HomeSort by relevance Sort by last modified time
    Searched defs:gInitMutex (Results 1 - 7 of 7) sorted by null

  /frameworks/rs/cpp/
RenderScript.cpp 36 pthread_mutex_t RS::gInitMutex = PTHREAD_MUTEX_INITIALIZER;
432 pthread_mutex_lock(&gInitMutex);
436 pthread_mutex_unlock(&gInitMutex);
456 pthread_mutex_unlock(&gInitMutex);
461 pthread_mutex_unlock(&gInitMutex);
rsCppStructs.h 154 static pthread_mutex_t gInitMutex;
    [all...]
  /external/icu4c/i18n/
identifier_info.cpp 23 static UMutex gInitMutex = U_MUTEX_INITIALIZER;
62 Mutex lock(&gInitMutex);
uspoof.cpp 43 static UMutex gInitMutex = U_MUTEX_INITIALIZER;
56 Mutex m(&gInitMutex);
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 58 static pthread_mutex_t gInitMutex = PTHREAD_MUTEX_INITIALIZER;
196 pthread_mutex_lock(&gInitMutex);
200 pthread_mutex_unlock(&gInitMutex);
  /frameworks/rs/
rsContext.h 93 static pthread_mutex_t gInitMutex;
  /frameworks/native/opengl/libagl/
egl.cpp 64 static pthread_mutex_t gInitMutex = PTHREAD_MUTEX_INITIALIZER;
    [all...]

Completed in 384 milliseconds