Home
last modified time | relevance | path

Searched refs:_EGLMutex (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/egl/main/
Deglmutex.h37 typedef pthread_mutex_t _EGLMutex; typedef
39 static INLINE void _eglInitMutex(_EGLMutex *m) in _eglInitMutex()
45 _eglDestroyMutex(_EGLMutex *m) in _eglDestroyMutex()
51 _eglLockMutex(_EGLMutex *m) in _eglLockMutex()
57 _eglUnlockMutex(_EGLMutex *m) in _eglUnlockMutex()
64 _EGLMutex m = _EGL_MUTEX_INITIALIZER
68 typedef int _EGLMutex; typedef
69 static INLINE void _eglInitMutex(_EGLMutex *m) { (void) m; } in _eglInitMutex()
70 static INLINE void _eglDestroyMutex(_EGLMutex *m) { (void) m; } in _eglDestroyMutex()
71 static INLINE void _eglLockMutex(_EGLMutex *m) { (void) m; } in _eglLockMutex()
[all …]
Deglglobals.h44 _EGLMutex *Mutex;
Degllog.c51 _EGLMutex mutex;
Degldisplay.h125 _EGLMutex Mutex;