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

/frameworks/native/libs/binder/
H A DIPCThreadState.cpp292 static pthread_mutex_t gTLSMutex = PTHREAD_MUTEX_INITIALIZER; member in namespace:android
310 pthread_mutex_lock(&gTLSMutex);
313 pthread_mutex_unlock(&gTLSMutex);
318 pthread_mutex_unlock(&gTLSMutex);

Completed in 86 milliseconds