Home
last modified time | relevance | path

Searched refs:u_mutex_declare_static (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mapi/mapi/
Du_thread.h100 #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
Du_execmem.c42 u_mutex_declare_static(exec_mutex);
Du_current.c147 u_mutex_declare_static(ThreadCheckMutex);
Dmapi.c76 u_mutex_declare_static(mutex); in mapi_init()
Dstub.c130 u_mutex_declare_static(dynamic_mutex); in stub_find_dynamic()
/external/mesa3d/src/mapi/glapi/
Dglthread.h10 #define _glthread_DECLARE_STATIC_MUTEX(name) u_mutex_declare_static(name)