Searched refs:gMutex (Results 1 - 3 of 3) sorted by relevance

/frameworks/minikin/tests/stresstest/
H A DMultithreadTest.cpp40 std::mutex gMutex; member in namespace:minikin
64 std::unique_lock<std::mutex> lock(gMutex);
95 std::unique_lock<std::mutex> lock(gMutex);
/frameworks/native/libs/binder/
H A DBufferedTextOutput.cpp90 static mutex_t gMutex; member in namespace:android
116 mutex_lock(&gMutex);
128 mutex_unlock(&gMutex);
135 mutex_lock(&gMutex);
138 mutex_unlock(&gMutex);
/frameworks/base/native/android/
H A Dasset_manager.cpp67 static Mutex gMutex; variable
75 Mutex::Autolock _l(gMutex);

Completed in 123 milliseconds