Home
last modified time | relevance | path

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

/aosp12/system/libhwbinder/
H A DIPCThreadState.cpp279 static pthread_mutex_t gTLSMutex = PTHREAD_MUTEX_INITIALIZER; variable
300 pthread_mutex_lock(&gTLSMutex); in self()
304 pthread_mutex_unlock(&gTLSMutex); in self()
311 pthread_mutex_unlock(&gTLSMutex); in self()
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp282 static pthread_mutex_t gTLSMutex = PTHREAD_MUTEX_INITIALIZER; variable
304 pthread_mutex_lock(&gTLSMutex); in self()
308 pthread_mutex_unlock(&gTLSMutex); in self()
315 pthread_mutex_unlock(&gTLSMutex); in self()