Home
last modified time | relevance | path

Searched refs:task_execution_lock_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_async2/
H A Ddispatcher_base.cc78 task_execution_lock = &dispatcher_->task_execution_lock_; in Deregister()
238 std::lock_guard task_lock(task_execution_lock_); in RunOneTask()
/aosp_15_r20/external/pigweed/pw_async2/public/pw_async2/
H A Ddispatcher_base.h544 pw::sync::Mutex task_execution_lock_; variable