OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u_mutex_declare_static
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glthread.h
10
#define _glthread_DECLARE_STATIC_MUTEX(name)
u_mutex_declare_static
(name)
/external/mesa3d/src/mapi/glapi/
glthread.h
10
#define _glthread_DECLARE_STATIC_MUTEX(name)
u_mutex_declare_static
(name)
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_thread.h
100
#define
u_mutex_declare_static
(name) \
macro
166
#define
u_mutex_declare_static
(name) \
macro
242
#define
u_mutex_declare_static
(name) static u_mutex name = 0
macro
u_execmem.c
42
u_mutex_declare_static
(exec_mutex);
mapi.c
76
u_mutex_declare_static
(mutex);
u_current.c
147
u_mutex_declare_static
(ThreadCheckMutex);
stub.c
130
u_mutex_declare_static
(dynamic_mutex);
/external/mesa3d/src/mapi/mapi/
u_thread.h
100
#define
u_mutex_declare_static
(name) \
macro
166
#define
u_mutex_declare_static
(name) \
macro
242
#define
u_mutex_declare_static
(name) static u_mutex name = 0
macro
u_execmem.c
42
u_mutex_declare_static
(exec_mutex);
mapi.c
76
u_mutex_declare_static
(mutex);
u_current.c
147
u_mutex_declare_static
(ThreadCheckMutex);
stub.c
130
u_mutex_declare_static
(dynamic_mutex);
Completed in 121 milliseconds