Searched refs:work_done_wait_mutex (Results 1 – 1 of 1) sorted by relevance
133 pthread_mutex_t work_done_wait_mutex; member538 ret = pthread_mutex_lock(&sched->work_done_wait_mutex); in thread_func()540 ret = pthread_mutex_unlock(&sched->work_done_wait_mutex); in thread_func()560 err = pthread_mutex_lock(&sched->work_done_wait_mutex); in create_tasks()585 pthread_mutex_unlock(&sched->work_done_wait_mutex); in wait_for_tasks()593 ret = pthread_mutex_lock(&sched->work_done_wait_mutex); in wait_for_tasks()1794 .work_done_wait_mutex = PTHREAD_MUTEX_INITIALIZER, in cmd_sched()