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

  /external/mesa3d/src/mapi/glapi/
glthread.h 12 #define _glthread_DESTROY_MUTEX(name) u_mutex_destroy(name)
  /external/mesa3d/src/mapi/mapi/
u_thread.h 104 #define u_mutex_destroy(name) pthread_mutex_destroy(&(name)) macro
170 #define u_mutex_destroy(name) DeleteCriticalSection(&name) macro
244 #define u_mutex_destroy(name) (void) name macro

Completed in 35 milliseconds