Home
last modified time | relevance | path

Searched refs:my_current_count (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_flow_graph_whitebox.cpp162 CHECK_MESSAGE( (cnode.my_current_count == 0), "state of continue_receiver incorrect"); in TestContinueNode()
193 …CHECK_MESSAGE( (cnode.my_current_count == 0), "state of continue_receiver incorrect after reset(rf… in TestContinueNode()
206 return serial_continue_state0 == 0 && cnode.my_current_count == 0; in TestContinueNode()
209 CHECK_MESSAGE( (cnode.my_current_count == 1), "state of continue_receiver incorrect"); in TestContinueNode()
216 …CHECK_MESSAGE( (cnode.my_current_count == 0), " my_current_count not reset before body of continue… in TestContinueNode()
465 CHECK_MESSAGE(d.my_current_count == 0, "error in current count"); in check()
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h303 my_current_count = 0; in continue_receiver()
310 my_current_count = 0; in continue_receiver()
344 if ( ++my_current_count < my_predecessor_count ) in try_put_task()
347 my_current_count = 0; in try_put_task()
355 int my_current_count; variable
363 my_current_count = 0; in reset_receiver()