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

  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 32 static android::Mutex s_lock; member in class:ErrorHandler
53 android::Mutex ErrorHandler::s_lock; member in class:ErrorHandler
56 android::Mutex::Autolock mutex(s_lock);
63 android::Mutex::Autolock mutex(s_lock);
69 android::Mutex::Autolock mutex(s_lock);
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 26 android::Mutex::Autolock mutex(s_lock);
118 s_lock.lock();
120 s_lock.unlock();
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 22 android::Mutex::Autolock mutex(s_lock);
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 71 android::Mutex GLEScontext::s_lock; member in class:GLEScontext
460 s_lock.lock();
465 s_lock.unlock();
470 s_lock.lock();
474 s_lock.unlock();
GLDispatch.cpp 70 android::Mutex GLDispatch::s_lock; member in class:GLDispatch
301 android::Mutex::Autolock mutex(s_lock);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 169 static android::Mutex s_lock; member in class:GLEScontext
GLDispatch.h 264 static android::Mutex s_lock; member in class:GLDispatch
  /external/kernel-headers/original/linux/
fs.h 876 struct mutex s_lock; member in struct:super_block
948 mutex_lock(&sb->s_lock);
954 mutex_unlock(&sb->s_lock);
    [all...]

Completed in 470 milliseconds