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

/frameworks/native/libs/binder/
H A DIPCThreadState.cpp274 static pthread_mutex_t gTLSMutex = PTHREAD_MUTEX_INITIALIZER; member in namespace:android
295 pthread_mutex_lock(&gTLSMutex);
299 pthread_mutex_unlock(&gTLSMutex);
306 pthread_mutex_unlock(&gTLSMutex);

Completed in 42 milliseconds