Searched refs:work_done_wait_mutex (Results 1 – 1 of 1) sorted by relevance
130 pthread_mutex_t work_done_wait_mutex; member505 ret = pthread_mutex_lock(&sched->work_done_wait_mutex); in thread_func()507 ret = pthread_mutex_unlock(&sched->work_done_wait_mutex); in thread_func()531 err = pthread_mutex_lock(&sched->work_done_wait_mutex); in create_tasks()555 pthread_mutex_unlock(&sched->work_done_wait_mutex); in wait_for_tasks()563 ret = pthread_mutex_lock(&sched->work_done_wait_mutex); in wait_for_tasks()1676 .work_done_wait_mutex = PTHREAD_MUTEX_INITIALIZER,