Home
last modified time | relevance | path

Searched defs:push (Results 1 – 13 of 13) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_queue.h187 void push(const T& value) { in push() function
191 void push(T&& value) { in push() function
466 void push( const T& value ) { in push() function
470 void push( T&& value ) { in push() function
H A Dconcurrent_priority_queue.h173 void push( const value_type& value ) { in push() function
181 void push( value_type&& value ) { in push() function
/oneTBB/test/common/
H A Dconcurrent_priority_queue_common.h49 static void push(Q& q, T&& t) { in push() function
56 void QueuePushHelper<false>::push( Q& q, T&& t ) { in push() function
/oneTBB/src/tbb/
H A Dmailbox.h159 void push( task_proxy* t ) { in push() function
H A Dtask_stream.h181 void push(d1::task* source, const lane_selector_t& next_lane ) { in push() function
H A Darena.h98 void push(task_dispatcher* s) { in push() function
/oneTBB/examples/concurrent_priority_queue/shortpath/
H A Dshortpath.cpp141 bool push = false; in shortpath_helper() local
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_impl.h41 bool push( T& t ) { in push() function
H A D_concurrent_queue_base.h145 … void push( ticket_type k, queue_rep_type& base, queue_allocator_type& allocator, Args&&... args ) in push() function
/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp46 void push(CQ& q, ValueType v, CounterType i) { in push() function
1109 static bool push( CQ& queue, VType&& val ) { in push() function
1118 static bool push( CQ& queue, VType&& val ) { in push() function
/oneTBB/test/tbb/
H A Dtest_async_node.cpp286 void push( const T& item ) { in push() function in async_activity_queue
H A Dtest_flow_graph_priorities.cpp229 void push(const T& item) { in push() function in ThreadsEagerReaction::concurrent_queue
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp938 void LifoList::push(Block *block) in push() function in rml::internal::LifoList