Searched refs:work_done_wait_mutex (Results 1 – 1 of 1) sorted by relevance
173 struct mutex work_done_wait_mutex; member647 mutex_lock(&sched->work_done_wait_mutex); in thread_func()648 mutex_unlock(&sched->work_done_wait_mutex); in thread_func()655 EXCLUSIVE_LOCK_FUNCTION(sched->work_done_wait_mutex) in create_tasks()668 mutex_lock(&sched->work_done_wait_mutex); in create_tasks()685 UNLOCK_FUNCTION(sched->work_done_wait_mutex) in destroy_tasks()692 mutex_unlock(&sched->work_done_wait_mutex); in destroy_tasks()704 EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex) in wait_for_tasks()713 mutex_unlock(&sched->work_done_wait_mutex); in wait_for_tasks()721 mutex_lock(&sched->work_done_wait_mutex); in wait_for_tasks()[all …]