Searched refs:work_done_wait_mutex (Results 1 – 1 of 1) sorted by relevance
189 struct mutex work_done_wait_mutex; member656 mutex_lock(&sched->work_done_wait_mutex); in thread_func()657 mutex_unlock(&sched->work_done_wait_mutex); in thread_func()664 EXCLUSIVE_LOCK_FUNCTION(sched->work_done_wait_mutex) in create_tasks()677 mutex_lock(&sched->work_done_wait_mutex); in create_tasks()695 UNLOCK_FUNCTION(sched->work_done_wait_mutex) in destroy_tasks()702 mutex_unlock(&sched->work_done_wait_mutex); in destroy_tasks()715 EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex) in wait_for_tasks()724 mutex_unlock(&sched->work_done_wait_mutex); in wait_for_tasks()732 mutex_lock(&sched->work_done_wait_mutex); in wait_for_tasks()[all …]