Searched defs:pipe_mutex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_thread.h83 /* pipe_mutex
85 typedef pthread_mutex_t pipe_mutex; typedef
88 static pipe_mutex mutex = PTHREAD_MUTEX_INITIALIZER
159 /* pipe_mutex
161 typedef CRITICAL_SECTION pipe_mutex; typedef
165 static pipe_mutex mutex = {(PCRITICAL_SECTION_DEBUG)-1, -1, 0, 0, 0, 0}
267 typedef unsigned pipe_mutex; typedef
270 static pipe_mutex mutex = 0
344 pipe_mutex mutex;
396 pipe_mutex mute
[all...]
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_thread.h83 /* pipe_mutex
85 typedef pthread_mutex_t pipe_mutex; typedef
88 static pipe_mutex mutex = PTHREAD_MUTEX_INITIALIZER
159 /* pipe_mutex
161 typedef CRITICAL_SECTION pipe_mutex; typedef
165 static pipe_mutex mutex = {(PCRITICAL_SECTION_DEBUG)-1, -1, 0, 0, 0, 0}
267 typedef unsigned pipe_mutex; typedef
270 static pipe_mutex mutex = 0
344 pipe_mutex mutex;
396 pipe_mutex mute
[all...]

Completed in 1786 milliseconds