Home
last modified time | relevance | path

Searched defs:gMutex (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_11499.cpp19 MutexT gMutex; variable
/aosp_15_r20/system/libhidl/libhidlmemory/
H A Dmapping.cpp38 static std::mutex gMutex; variable
/aosp_15_r20/system/chre/test/simulation/
H A Ddelay_event_test.cc38 std::mutex gMutex; variable
/aosp_15_r20/frameworks/minikin/tests/stresstest/
H A DMultithreadTest.cpp43 std::mutex gMutex; variable
/aosp_15_r20/frameworks/av/media/libaudioclient/include/media/
H A DAudioSystem.h927 [[clang::no_destroy]] static std::mutex gMutex; variable
/aosp_15_r20/frameworks/native/libs/binder/
H A DBufferedTextOutput.cpp91 static pthread_mutex_t gMutex = PTHREAD_MUTEX_INITIALIZER; variable
/aosp_15_r20/system/libhwbinder/
H A DBufferedTextOutput.cpp94 static pthread_mutex_t gMutex = PTHREAD_MUTEX_INITIALIZER; variable
/aosp_15_r20/external/skia/tools/skqp/src/
H A Djni_skqp.cpp80 static std::mutex gMutex; variable
/aosp_15_r20/external/pytorch/torch/csrc/profiler/standalone/
H A Dexecution_trace_observer.cpp119 std::recursive_mutex gMutex{}; member
/aosp_15_r20/external/skia/dm/
H A DDM.cpp255 static SkSpinlock gMutex; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp1017 static angle::base::NoDestructor<angle::SimpleMutex> gMutex; in setGlobalDebugAnnotator() local
/aosp_15_r20/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp71 std::mutex AudioSystem::gMutex; member in android::AudioSystem