Exemplo n.º 1
0
 virtual bool has_work(void) const { return !queue_nodes.empty(); }
Exemplo n.º 2
0
 inline bool has_work(void) const
 {
    return !moving.empty() || !stati.empty();
 }
Exemplo n.º 3
0
 virtual bool has_work(void) const { return !queue_nodes.empty() || !buffer.empty() || !stolen_nodes_buffer.empty(); }