Searched defs:gMutex (Results 1 – 12 of 12) sorted by relevance
19 MutexT gMutex; variable
38 static std::mutex gMutex; variable
38 std::mutex gMutex; variable
43 std::mutex gMutex; variable
927 [[clang::no_destroy]] static std::mutex gMutex; variable
91 static pthread_mutex_t gMutex = PTHREAD_MUTEX_INITIALIZER; variable
94 static pthread_mutex_t gMutex = PTHREAD_MUTEX_INITIALIZER; variable
80 static std::mutex gMutex; variable
119 std::recursive_mutex gMutex{}; member
255 static SkSpinlock gMutex; variable
1017 static angle::base::NoDestructor<angle::SimpleMutex> gMutex; in setGlobalDebugAnnotator() local
71 std::mutex AudioSystem::gMutex; member in android::AudioSystem