Home
last modified time | relevance | path

Searched refs:buffer_empty (Results 1 – 3 of 3) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_item_buffer_impl.h50 bool buffer_empty() const { return my_head == my_tail; } in buffer_empty() function
H A D_flow_graph_join_impl.h414 was_empty = this->buffer_empty();
424 if(!this->buffer_empty()) {
881 bool do_fwd = this->buffer_empty() && is_graph_active(this->graph_ref);
932 … current->status.store( this->buffer_empty() ? FAILED : SUCCEEDED, std::memory_order_release);
935 if(this->buffer_empty()) {
H A D_flow_graph_node_impl.h30 return this->buffer_empty(); in empty()