Home
last modified time | relevance | path

Searched refs:unique_pointer (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/intrusive/
H A Ddrr_cached_queue.hpp36 using unique_pointer = typename policy_type::unique_pointer; typedef in caf::intrusive::drr_cached_queue
144 unique_pointer next() noexcept { in next()
150 unique_pointer take_front() noexcept { in take_front()
230 bool push_back(unique_pointer ptr) noexcept { in push_back()
H A Dlifo_inbox.hpp34 using unique_pointer = typename policy_type::unique_pointer; typedef in caf::intrusive::lifo_inbox
36 using deleter_type = typename unique_pointer::deleter_type;
70 inbox_result push_front(unique_pointer x) noexcept { in push_front()
202 bool synchronized_push_front(Mutex& mtx, CondVar& cv, unique_pointer ptr) { in synchronized_push_front()
H A Dwdrr_dynamic_multiplexed_queue.hpp30 using unique_pointer = typename policy_type::unique_pointer; typedef in caf::intrusive::wdrr_dynamic_multiplexed_queue
60 typename unique_pointer::deleter_type d; in push_back()
66 bool push_back(unique_pointer ptr) noexcept { in push_back()
198 typename unique_pointer::deleter_type d; in lifo_append()
H A Dtask_queue.hpp39 using unique_pointer = typename policy_type::unique_pointer; typedef in caf::intrusive::task_queue
173 unique_pointer next(task_size_type& deficit) noexcept { in next()
174 unique_pointer result; in next()
254 bool push_back(unique_pointer ptr) noexcept { in push_back()
339 typename unique_pointer::deleter_type d; in deinit()
H A Dfifo_inbox.hpp46 using unique_pointer = typename queue_type::unique_pointer; typedef in caf::intrusive::fifo_inbox
87 inbox_result push_back(unique_pointer ptr) noexcept { in push_back()
183 bool synchronized_push_back(Mutex& mtx, CondVar& cv, unique_pointer ptr) { in synchronized_push_back()
H A Ddrr_queue.hpp25 using typename super::unique_pointer;
75 unique_pointer next() noexcept { in next()
H A Dwdrr_fixed_multiplexed_queue.hpp32 using unique_pointer = typename policy_type::unique_pointer; typedef in caf::intrusive::wdrr_fixed_multiplexed_queue
59 bool push_back(unique_pointer ptr) noexcept { in push_back()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dharness_allocator.h546 void* unique_pointer; variable
564 stateful_allocator() throw() : unique_pointer(this) { } in throw()
567 …r<U, pocma> &a) throw() : base_allocator_type( Allocator<U>( a ) ), unique_pointer(a.uniqe_pointe… in stateful_allocator()
570 return lhs.unique_pointer == rhs.unique_pointer;
603 pmr_stateful_allocator() throw() : unique_pointer(this) {} in throw()
605 pmr_stateful_allocator(const pmr_stateful_allocator &a) : unique_pointer(a.unique_pointer) {} in pmr_stateful_allocator()
608 …tateful_allocator(const pmr_stateful_allocator<U> &a) throw() : unique_pointer(a.unique_pointer) {} in pmr_stateful_allocator()
640 return lhs.unique_pointer == rhs.unique_pointer;
647 void* unique_pointer; variable
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dharness_allocator.h546 void* unique_pointer; variable
564 stateful_allocator() throw() : unique_pointer(this) { } in throw()
567 …r<U, pocma> &a) throw() : base_allocator_type( Allocator<U>( a ) ), unique_pointer(a.uniqe_pointe… in stateful_allocator()
570 return lhs.unique_pointer == rhs.unique_pointer;
603 pmr_stateful_allocator() throw() : unique_pointer(this) {} in throw()
605 pmr_stateful_allocator(const pmr_stateful_allocator &a) : unique_pointer(a.unique_pointer) {} in pmr_stateful_allocator()
608 …tateful_allocator(const pmr_stateful_allocator<U> &a) throw() : unique_pointer(a.unique_pointer) {} in pmr_stateful_allocator()
640 return lhs.unique_pointer == rhs.unique_pointer;
647 void* unique_pointer; variable
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dharness_allocator.h546 void* unique_pointer; variable
564 stateful_allocator() throw() : unique_pointer(this) { } in throw()
567 …r<U, pocma> &a) throw() : base_allocator_type( Allocator<U>( a ) ), unique_pointer(a.uniqe_pointe… in stateful_allocator()
570 return lhs.unique_pointer == rhs.unique_pointer;
603 pmr_stateful_allocator() throw() : unique_pointer(this) {} in throw()
605 pmr_stateful_allocator(const pmr_stateful_allocator &a) : unique_pointer(a.unique_pointer) {} in pmr_stateful_allocator()
608 …tateful_allocator(const pmr_stateful_allocator<U> &a) throw() : unique_pointer(a.unique_pointer) {} in pmr_stateful_allocator()
640 return lhs.unique_pointer == rhs.unique_pointer;
647 void* unique_pointer; variable
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/policy/
H A Ddownstream_messages.hpp34 using unique_pointer = mailbox_element_ptr; typedef in caf::policy::downstream_messages::nested
86 using unique_pointer = mailbox_element_ptr; typedef in caf::policy::downstream_messages
H A Dupstream_messages.hpp25 using unique_pointer = mailbox_element_ptr; typedef in caf::policy::upstream_messages
H A Durgent_messages.hpp26 using unique_pointer = mailbox_element_ptr; typedef in caf::policy::urgent_messages
H A Dnormal_messages.hpp26 using unique_pointer = mailbox_element_ptr; typedef in caf::policy::normal_messages
H A Dcategorized.hpp31 using unique_pointer = mailbox_element_ptr; typedef in caf::policy::categorized
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/src/policy/
H A Ddownstream_messages.cpp59 unique_pointer::deleter_type d; in push_back()
72 unique_pointer::deleter_type d; in lifo_append()
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/intrusive/
H A Dlifo_inbox.cpp40 using unique_pointer = std::unique_ptr<mapped_type, deleter_type>; typedef
61 inode_policy::unique_pointer ptr{inbox.take_head()}; in fetch()
H A Dtask_queue.cpp38 using unique_pointer = std::unique_ptr<mapped_type, deleter_type>; typedef
75 queue.push_back(inode_policy::unique_pointer{new inode(2)}); in CAF_TEST()
H A Dwdrr_dynamic_multiplexed_queue.cpp41 using unique_pointer = std::unique_ptr<mapped_type, deleter_type>; typedef
68 using unique_pointer = std::unique_ptr<mapped_type, deleter_type>; typedef
H A Dfifo_inbox.cpp41 using unique_pointer = std::unique_ptr<mapped_type, deleter_type>; typedef
H A Ddrr_queue.cpp40 using unique_pointer = std::unique_ptr<mapped_type, deleter_type>; typedef
H A Dwdrr_fixed_multiplexed_queue.cpp43 using unique_pointer = std::unique_ptr<mapped_type, deleter_type>; typedef
/dports/lang/rust/rustc-1.58.1-src/src/test/debuginfo/
H A Ddestructured-fn-argument.rs432 fn unique_pointer(box dd: Box<(isize, isize, isize)>) { in unique_pointer() function
482 unique_pointer(Box::new((40, 41, 42))); in main()
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/policy/
H A Dcategorized.cpp39 using unique_pointer = mailbox_element_ptr; typedef
/dports/devel/hpx/hpx-1.2.1/hpx/lcos/local/
H A Dpromise.hpp59 > unique_pointer; in promise_base() typedef
62 unique_pointer p (traits::allocate(alloc, 1), in promise_base()

12