Searched refs:work_done_wait_mutex (Results 1 – 1 of 1) sorted by relevance
132 pthread_mutex_t work_done_wait_mutex; member536 ret = pthread_mutex_lock(&sched->work_done_wait_mutex); in thread_func()538 ret = pthread_mutex_unlock(&sched->work_done_wait_mutex); in thread_func()558 err = pthread_mutex_lock(&sched->work_done_wait_mutex); in create_tasks()583 pthread_mutex_unlock(&sched->work_done_wait_mutex); in wait_for_tasks()591 ret = pthread_mutex_lock(&sched->work_done_wait_mutex); in wait_for_tasks()1699 .work_done_wait_mutex = PTHREAD_MUTEX_INITIALIZER, in cmd_sched()