Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/common/
Dstop_watch.cc37 static std::recursive_mutex stopwatch_log_mutex; variable
40 std::unique_lock<std::recursive_mutex> lock(stopwatch_log_mutex, std::defer_lock); in RecordLog()
60 std::lock_guard<std::recursive_mutex> lock(stopwatch_log_mutex); in DumpStopWatchLog()
/packages/modules/Bluetooth/system/common/
Dstop_watch_legacy.cc37 static std::recursive_mutex stopwatch_log_mutex; variable
40 std::unique_lock<std::recursive_mutex> lock(stopwatch_log_mutex, std::defer_lock); in RecordLog()
59 std::lock_guard<std::recursive_mutex> lock(stopwatch_log_mutex); in DumpStopWatchLog()