HomeSort by relevance Sort by last modified time
    Searched refs:gTLSMutex (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/binder/
IPCThreadState.cpp 274 static pthread_mutex_t gTLSMutex = PTHREAD_MUTEX_INITIALIZER;
295 pthread_mutex_lock(&gTLSMutex);
299 pthread_mutex_unlock(&gTLSMutex);
306 pthread_mutex_unlock(&gTLSMutex);
    [all...]
  /system/libhwbinder/
IPCThreadState.cpp 273 static pthread_mutex_t gTLSMutex = PTHREAD_MUTEX_INITIALIZER;
294 pthread_mutex_lock(&gTLSMutex);
298 pthread_mutex_unlock(&gTLSMutex);
305 pthread_mutex_unlock(&gTLSMutex);
    [all...]

Completed in 81 milliseconds