Searched refs:_EGLMutex (Results 1 – 4 of 4) sorted by relevance
37 typedef pthread_mutex_t _EGLMutex; typedef39 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_INITIALIZER68 typedef int _EGLMutex; typedef69 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 …]
44 _EGLMutex *Mutex;
51 _EGLMutex mutex;
125 _EGLMutex Mutex;