Home
last modified time | relevance | path

Searched refs:try_consume (Results 1 – 7 of 7) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_cache_impl.h197 bool try_consume() { in try_consume() function
198 reserved_src.load(std::memory_order_relaxed)->try_consume(); in try_consume()
H A D_flow_graph_join_impl.h282 my_predecessors.try_consume( );
/oneTBB/test/tbb/
H A Dtest_priority_queue_node.cpp130 CHECK_MESSAGE( q.try_consume() == true, "" ); in test_reservation()
150 CHECK_MESSAGE( q.try_consume() == true, "" ); in test_reservation()
H A Dtest_buffer_node.cpp166 CHECK_MESSAGE( b.try_consume() == true, "" ); in test_reservation()
181 CHECK_MESSAGE( b.try_consume() == true, "" ); in test_reservation()
H A Dtest_function_node.cpp503 CHECK_MESSAGE((fn.try_consume()==false), "try_consume should initially return false on a node");
/oneTBB/doc/main/tbb_userguide/
H A DFlow_Graph_Reservation.rst37 used (by calling ``try_consume()``.) Those messages will be discarded
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h206 virtual bool try_consume( ) { return false; } in try_consume() function
648 bool try_consume( ) override { in __TBB_requires()
748 try_consume(); in __TBB_requires()
1450 bool try_consume() override { in try_consume() function
1964 my_predecessors.try_consume(); in forward_task()
3094 bool try_consume() override { return true; } in try_consume() function