Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_join_impl.h407 bool was_empty;
414 was_empty = this->buffer_empty();
416 if (was_empty) rtask = my_join->decrement_port_count(false);
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h2033 bool was_empty = my_successors.empty(); in register_successor() local
2036 if ( was_empty && !my_predecessors.empty() && my_count + my_tries < my_threshold ) { in register_successor()