HomeSort by relevance Sort by last modified time
    Searched refs:m_lock (Results 1 - 25 of 40) sorted by null

1 2

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
SmartPtr.h 28 m_lock = new mutex_t;
29 mutex_init(m_lock);
31 else m_lock = NULL;
42 m_lock = new mutex_t;
43 mutex_init(m_lock);
45 else m_lock = NULL;
54 m_lock = new mutex_t;
55 mutex_init(m_lock);
57 else m_lock = NULL;
59 if (rhs.m_lock) mutex_lock(rhs.m_lock)
137 mutex_t *m_lock; member in class:SmartPtr
    [all...]
GLSharedGroup.cpp 233 android::AutoMutex _lock(m_lock);
239 android::AutoMutex _lock(m_lock);
245 android::AutoMutex _lock(m_lock);
251 android::AutoMutex _lock(m_lock);
262 android::AutoMutex _lock(m_lock);
268 android::AutoMutex _lock(m_lock);
281 android::AutoMutex _lock(m_lock);
291 android::AutoMutex _lock(m_lock);
302 android::AutoMutex _lock(m_lock);
311 android::AutoMutex _lock(m_lock);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
SmartPtr.h 28 m_lock = new mutex_t;
29 mutex_init(m_lock);
31 else m_lock = NULL;
42 m_lock = new mutex_t;
43 mutex_init(m_lock);
45 else m_lock = NULL;
54 m_lock = new mutex_t;
55 mutex_init(m_lock);
57 else m_lock = NULL;
59 if (rhs.m_lock) mutex_lock(rhs.m_lock)
133 mutex_t *m_lock; member in class:SmartPtr
    [all...]
objectNameManager.h 132 mutex_t m_lock; member in class:GlobalNameSpace
207 mutex_t m_lock; member in class:ShareGroup
265 mutex_t m_lock; member in class:ObjectNameManager
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
SmartPtr.h 28 m_lock = new mutex_t;
29 mutex_init(m_lock);
31 else m_lock = NULL;
42 m_lock = new mutex_t;
43 mutex_init(m_lock);
45 else m_lock = NULL;
54 m_lock = new mutex_t;
55 mutex_init(m_lock);
57 else m_lock = NULL;
59 if (rhs.m_lock) mutex_lock(rhs.m_lock)
137 mutex_t *m_lock; member in class:SmartPtr
    [all...]
GLSharedGroup.cpp 233 android::AutoMutex _lock(m_lock);
239 android::AutoMutex _lock(m_lock);
245 android::AutoMutex _lock(m_lock);
251 android::AutoMutex _lock(m_lock);
262 android::AutoMutex _lock(m_lock);
268 android::AutoMutex _lock(m_lock);
281 android::AutoMutex _lock(m_lock);
291 android::AutoMutex _lock(m_lock);
302 android::AutoMutex _lock(m_lock);
311 android::AutoMutex _lock(m_lock);
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
osThreadUnix.cpp 25 pthread_mutex_init(&m_lock, NULL);
30 pthread_mutex_destroy(&m_lock);
36 pthread_mutex_lock(&m_lock);
42 pthread_mutex_unlock(&m_lock);
70 pthread_mutex_lock(&m_lock);
75 pthread_mutex_unlock(&m_lock);
85 pthread_mutex_lock(&self->m_lock);
88 pthread_mutex_unlock(&self->m_lock);
osThread.h 53 pthread_mutex_t m_lock; member in class:osUtils::Thread
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osThreadUnix.cpp 25 pthread_mutex_init(&m_lock, NULL);
30 pthread_mutex_destroy(&m_lock);
36 pthread_mutex_lock(&m_lock);
42 pthread_mutex_unlock(&m_lock);
70 pthread_mutex_lock(&m_lock);
75 pthread_mutex_unlock(&m_lock);
85 pthread_mutex_lock(&self->m_lock);
88 pthread_mutex_unlock(&self->m_lock);
osThread.h 53 pthread_mutex_t m_lock; member in class:osUtils::Thread
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
objectNameManager.cpp 119 mutex_init(&m_lock);
124 mutex_destroy(&m_lock);
133 mutex_lock(&m_lock);
151 mutex_unlock(&m_lock);
165 mutex_init(&m_lock);
176 mutex_lock(&m_lock);
184 mutex_unlock(&m_lock);
185 mutex_destroy(&m_lock);
193 mutex_lock(&m_lock);
195 mutex_unlock(&m_lock);
    [all...]
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 71 pthread_mutex_init(&m_lock, NULL);
76 pthread_mutex_destroy(&m_lock);
81 pthread_mutex_lock(&m_lock);
91 pthread_mutex_unlock(&m_lock);
109 pthread_mutex_unlock(&m_lock);
119 pthread_mutex_unlock(&m_lock);
131 pthread_mutex_unlock(&m_lock);
153 pthread_mutex_unlock(&m_lock);
161 pthread_mutex_unlock(&m_lock);
168 pthread_mutex_unlock(&m_lock);
    [all...]
eglDisplay.h 66 pthread_mutex_t m_lock; member in class:eglDisplay
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.cpp 34 android::Mutex::Autolock mutex(m_lock);
62 android::Mutex::Autolock mutex(m_lock);
71 android::Mutex::Autolock mutex(m_lock);
131 android::Mutex::Autolock mutex(m_lock);
143 android::Mutex::Autolock mutex(m_lock);
153 android::Mutex::Autolock mutex(m_lock);
163 android::Mutex::Autolock mutex(m_lock);
175 android::Mutex::Autolock mutex(m_lock);
192 android::Mutex::Autolock mutex(m_lock);
204 android::Mutex::Autolock mutex(m_lock);
    [all...]
EglGlobalInfo.cpp 54 android::Mutex::Autolock mutex(m_lock);
71 android::Mutex::Autolock mutex(m_lock);
83 android::Mutex::Autolock mutex(m_lock);
91 android::Mutex::Autolock mutex(m_lock);
102 android::Mutex::Autolock mutex(m_lock);
EglGlobalInfo.h 61 android::Mutex m_lock; member in class:EglGlobalInfo
EglDisplay.h 84 android::Mutex m_lock; member in class:EglDisplay
  /external/webkit/Source/JavaScriptCore/API/
APIShims.h 67 , m_lock(exec)
74 , m_lock(globalData->isSharedInstance() ? LockForReal : SilenceAssertionsOnly)
79 JSLock m_lock; member in class:JSC::APIEntryShim
  /external/webkit/Source/WebCore/platform/graphics/android/utils/
ClassTracker.cpp 54 android::Mutex::Autolock lock(m_lock);
64 android::Mutex::Autolock lock(m_lock);
74 android::Mutex::Autolock lock(m_lock);
80 android::Mutex::Autolock lock(m_lock);
86 android::Mutex::Autolock lock(m_lock);
ClassTracker.h 53 android::Mutex m_lock; member in class:WebCore::ClassTracker
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp 389 android::Mutex::Autolock mutex(m_lock);
410 s_theFrameBuffer->m_lock.lock();
444 s_theFrameBuffer->m_lock.unlock();
454 s_theFrameBuffer->m_lock.lock();
466 s_theFrameBuffer->m_lock.unlock();
486 android::Mutex::Autolock mutex(m_lock);
501 android::Mutex::Autolock mutex(m_lock);
523 android::Mutex::Autolock mutex(m_lock);
537 android::Mutex::Autolock mutex(m_lock);
543 android::Mutex::Autolock mutex(m_lock);
    [all...]
  /external/webkit/Source/WebCore/workers/
DefaultSharedWorkerRepository.h 80 Mutex m_lock; member in class:WebCore::DefaultSharedWorkerRepository
  /external/webkit/Source/JavaScriptGlue/
JSUtils.h 87 JSLock m_lock; member in class:JSGlueAPIEntry
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCookieJar.cpp 196 : m_condition(&m_lock)
221 base::AutoLock al(m_lock);
237 base::AutoLock al(m_lock);
242 base::Lock m_lock; member in class:android::FlushSemaphore
  /external/webkit/Source/WebKit/android/jni/
WebHistory.h 77 WTF::Mutex m_lock; member in class:android::WebHistoryItem

Completed in 252 milliseconds

1 2