Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dasync_manager.cc392 std::mutex in_callback; // Taken when the callback is active member in rootcanal::AsyncManager::AsyncTaskManager::Task
418 const std::lock_guard<std::mutex> lock(task->in_callback); in cancel_task_with_lock_held()
503 const std::lock_guard<std::mutex> lock(task_p->in_callback); in ThreadRoutine()