Lines Matching refs:start_work_mutex
188 struct mutex start_work_mutex; member
641 mutex_lock(&sched->start_work_mutex); in thread_func()
642 mutex_unlock(&sched->start_work_mutex); in thread_func()
663 EXCLUSIVE_LOCK_FUNCTION(sched->start_work_mutex) in create_tasks()
676 mutex_lock(&sched->start_work_mutex); in create_tasks()
694 UNLOCK_FUNCTION(sched->start_work_mutex) in destroy_tasks()
701 mutex_unlock(&sched->start_work_mutex); in destroy_tasks()
716 EXCLUSIVE_LOCKS_REQUIRED(sched->start_work_mutex) in wait_for_tasks()
736 mutex_unlock(&sched->start_work_mutex); in wait_for_tasks()
758 mutex_lock(&sched->start_work_mutex); in wait_for_tasks()
769 EXCLUSIVE_LOCKS_REQUIRED(sched->start_work_mutex) in run_one_test()
3587 mutex_init(&sched.start_work_mutex); in cmd_sched()
3658 mutex_destroy(&sched.start_work_mutex); in cmd_sched()