OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_EGLMutex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/egl/main/
eglmutex.h
37
typedef pthread_mutex_t
_EGLMutex
;
39
static INLINE void _eglInitMutex(
_EGLMutex
*m)
45
_eglDestroyMutex(
_EGLMutex
*m)
51
_eglLockMutex(
_EGLMutex
*m)
57
_eglUnlockMutex(
_EGLMutex
*m)
64
_EGLMutex
m = _EGL_MUTEX_INITIALIZER
68
typedef int
_EGLMutex
;
69
static INLINE void _eglInitMutex(
_EGLMutex
*m) { (void) m; }
70
static INLINE void _eglDestroyMutex(
_EGLMutex
*m) { (void) m; }
71
static INLINE void _eglLockMutex(
_EGLMutex
*m) { (void) m;
[
all
...]
/external/mesa3d/src/egl/main/
eglmutex.h
37
typedef pthread_mutex_t
_EGLMutex
;
39
static INLINE void _eglInitMutex(
_EGLMutex
*m)
45
_eglDestroyMutex(
_EGLMutex
*m)
51
_eglLockMutex(
_EGLMutex
*m)
57
_eglUnlockMutex(
_EGLMutex
*m)
64
_EGLMutex
m = _EGL_MUTEX_INITIALIZER
68
typedef int
_EGLMutex
;
69
static INLINE void _eglInitMutex(
_EGLMutex
*m) { (void) m; }
70
static INLINE void _eglDestroyMutex(
_EGLMutex
*m) { (void) m; }
71
static INLINE void _eglLockMutex(
_EGLMutex
*m) { (void) m;
[
all
...]
Completed in 123 milliseconds