Home
last modified time | relevance | path

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

/system/bt/common/
Dleaky_bonded_queue.h86 std::mutex lock_; variable
104 std::lock_guard<std::mutex> lock(lock_); in Enqueue()
114 std::lock_guard<std::mutex> lock(lock_); in EnqueueWithPop()
128 std::lock_guard<std::mutex> lock(lock_); in Dequeue()
136 std::lock_guard<std::mutex> lock(lock_); in Clear()
145 std::lock_guard<std::mutex> lock(lock_); in Length()
156 std::lock_guard<std::mutex> lock(lock_); in Empty()
/system/extras/libperfmgr/
DNodeLooperThread.cc38 ::android::AutoMutex _l(lock_); in Request()
77 ::android::AutoMutex _l(lock_); in Cancel()
92 ::android::AutoMutex _l(lock_); in DumpToFd()
99 ::android::AutoMutex _l(lock_); in threadLoop()
119 wake_cond_.waitRelative(lock_, sleep_timeout_ns); in threadLoop()
136 ::android::AutoMutex _l(lock_); in Stop()
/system/extras/perfprofd/
Dperfprofd_threaded_handler.h104 std::lock_guard<std::mutex> guard(lock_); in StartProfiling()
120 std::lock_guard<std::mutex> unset_guard(service->lock_); in StartProfiling()
130 std::lock_guard<std::mutex> guard(lock_); in StopProfiling()
175 std::lock_guard<std::mutex> guard(lock_); in RunOnConfig()
188 std::mutex lock_; variable
/system/bt/service/common/bluetooth/util/
Datomic_string.cc24 std::mutex* mutex = const_cast<std::mutex*>(&lock_); in Get()
30 std::lock_guard<std::mutex> lock(lock_); in Set()
Datomic_string.h36 std::mutex lock_;
/system/bt/btif/src/
Dbtif_a2dp_audio_interface.cc88 std::lock_guard<std::recursive_mutex> lock(lock_); in Reset()
93 std::lock_guard<std::recursive_mutex> lock(lock_); in ResetPreserveSession()
98 std::lock_guard<std::recursive_mutex> lock(lock_); in StoreMetrics()
111 std::lock_guard<std::recursive_mutex> lock(lock_); in LogAudioStart()
115 std::lock_guard<std::recursive_mutex> lock(lock_); in LogAudioStop()
119 std::lock_guard<std::recursive_mutex> lock(lock_); in LogAudioStopMetricsAndReset()
125 std::lock_guard<std::recursive_mutex> lock(lock_); in SetCodecIndex()
130 std::recursive_mutex lock_; member in A2dpOffloadAudioStats
/system/bt/gd/os/linux_generic/
Dreactor.cc50 std::recursive_mutex lock_; member in bluetooth::os::Reactor::Reactable
112 std::lock_guard<std::recursive_mutex> reactable_lock(reactable->lock_); in Run()
166 std::lock_guard<std::recursive_mutex> reactable_lock(reactable->lock_); in Unregister()
196 std::lock_guard<std::recursive_mutex> reactable_lock(reactable->lock_); in ModifyRegistration()
/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp186 std::mutex lock_; // Protect all members below. member in simpleperf::ProfileSessionImpl
203 std::lock_guard<std::mutex> guard(lock_); in StartRecording()
215 std::lock_guard<std::mutex> guard(lock_); in PauseRecording()
224 std::lock_guard<std::mutex> guard(lock_); in ResumeRecording()
233 std::lock_guard<std::mutex> guard(lock_); in StopRecording()
/system/security/keystore/include/keystore/
Dkeystore_concurrency.h66 GuardType<MutexType> lock_;
73 : lock_(std::move(lock)), value_(value) {} in MutexProxyLockHelper()
/system/core/libunwindstack/include/unwindstack/
DJitDebug.h66 std::mutex lock_; variable
DDexFiles.h67 std::mutex lock_; variable
DElf.h126 std::mutex lock_; variable
/system/core/libunwindstack/
DElf.cpp97 std::lock_guard<std::mutex> guard(lock_); in GetSoname()
109 std::lock_guard<std::mutex> guard(lock_); in GetFunctionName()
188 std::lock_guard<std::mutex> guard(lock_); in Step()
DDexFiles.cpp159 std::lock_guard<std::mutex> guard(lock_); in GetMethodInformation()
DJitDebug.cpp186 std::lock_guard<std::mutex> guard(lock_); in GetElf()
/system/extras/libperfmgr/include/perfmgr/
DNodeLooperThread.h96 ::android::Mutex lock_;
/system/extras/perfprofd/tests/
Dperfprofd_test.cc77 std::unique_lock<std::mutex> ul(lock_); in JoinTestLog()
82 std::unique_lock<std::mutex> ul(lock_); in JoinTestLog()
98 std::unique_lock<std::mutex> ul(lock_); in TestLogFunction()
109 std::mutex lock_; member in __anon1728dcb60111::TestLogHelper