Searched refs:task_execution_lock_ (Results 1 – 2 of 2) sorted by relevance
78 task_execution_lock = &dispatcher_->task_execution_lock_; in Deregister()238 std::lock_guard task_lock(task_execution_lock_); in RunOneTask()
544 pw::sync::Mutex task_execution_lock_; variable