Home
last modified time | relevance | path

Searched refs:u_mutex (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mapi/mapi/
Du_thread.h98 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/
Dglthread.h22 typedef u_mutex _glthread_Mutex;