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

/frameworks/native/libs/utils/
H A DBufferedTextOutput.cpp87 static mutex_t gMutex; member in namespace:android
113 mutex_lock(&gMutex);
125 mutex_unlock(&gMutex);
132 mutex_lock(&gMutex);
135 mutex_unlock(&gMutex);
/frameworks/base/native/android/
H A Dasset_manager.cpp67 static Mutex gMutex; variable
75 Mutex::Autolock _l(gMutex);

Completed in 181 milliseconds