Searched defs:u_mutex (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A 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/mapi/
H A 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

Completed in 3072 milliseconds