OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u_mutex
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mapi/mapi/
u_thread.h
98
typedef pthread_mutex_t
u_mutex
;
typedef
101
static
u_mutex
name = PTHREAD_MUTEX_INITIALIZER
163
typedef CRITICAL_SECTION
u_mutex
;
typedef
167
static
u_mutex
name = {(PCRITICAL_SECTION_DEBUG)-1, -1, 0, 0, 0, 0}
240
typedef unsigned
u_mutex
;
typedef
242
#define u_mutex_declare_static(name) static
u_mutex
name = 0
/external/mesa3d/src/mapi/glapi/
glthread.h
22
typedef
u_mutex
_glthread_Mutex;
Completed in 53 milliseconds