HomeSort by relevance Sort by last modified time
    Searched refs:u_mutex_declare_static (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mapi/glapi/
glthread.h 10 #define _glthread_DECLARE_STATIC_MUTEX(name) u_mutex_declare_static(name)
  /external/mesa3d/src/mapi/mapi/
u_thread.h 100 #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
u_execmem.c 42 u_mutex_declare_static(exec_mutex);