Searched refs:buffer_empty (Results 1 – 3 of 3) sorted by relevance
50 bool buffer_empty() const { return my_head == my_tail; } in buffer_empty() function
414 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()) {
30 return this->buffer_empty(); in empty()