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