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