Searched refs:tasks_done_cond (Results 1 – 2 of 2) sorted by relevance
121 pthread_cond_t tasks_done_cond; member154 tasks_done_cond(), in priv()237 pthread_cond_wait(&tasks_done_cond, &tasks_todo_mutex); in do_bring_workers_down()414 pthread_cond_signal(&p->tasks_done_cond); in wait_to_execute_a_task()
4117 task completion to tasks_done_cond.