Searched refs:work_done_wait_mutex (Results 1 – 1 of 1) sorted by relevance
177 struct mutex work_done_wait_mutex; member654 mutex_lock(&sched->work_done_wait_mutex); in thread_func()655 mutex_unlock(&sched->work_done_wait_mutex); in thread_func()662 EXCLUSIVE_LOCK_FUNCTION(sched->work_done_wait_mutex) in create_tasks()675 mutex_lock(&sched->work_done_wait_mutex); in create_tasks()692 UNLOCK_FUNCTION(sched->work_done_wait_mutex) in destroy_tasks()699 mutex_unlock(&sched->work_done_wait_mutex); in destroy_tasks()711 EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex) in wait_for_tasks()720 mutex_unlock(&sched->work_done_wait_mutex); in wait_for_tasks()728 mutex_lock(&sched->work_done_wait_mutex); in wait_for_tasks()[all …]