Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIPCThreadState.cpp292 static pthread_mutex_t gTLSMutex = PTHREAD_MUTEX_INITIALIZER; variable
310 pthread_mutex_lock(&gTLSMutex); in self()
313 pthread_mutex_unlock(&gTLSMutex); in self()
318 pthread_mutex_unlock(&gTLSMutex); in self()