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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_thread.h 116 #define pipe_condvar_wait(cond, mutex) \ macro
198 #define pipe_condvar_wait(cond, mutex) \
227 #define pipe_condvar_wait(cond, mutex) \ macro
298 #define pipe_condvar_wait(condvar, mutex) \ macro
375 pipe_condvar_wait(barrier->condvar, barrier->mutex);
433 pipe_condvar_wait(sema->cond, sema->mutex);
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 116 #define pipe_condvar_wait(cond, mutex) \ macro
198 #define pipe_condvar_wait(cond, mutex) \
227 #define pipe_condvar_wait(cond, mutex) \ macro
298 #define pipe_condvar_wait(condvar, mutex) \ macro
375 pipe_condvar_wait(barrier->condvar, barrier->mutex);
433 pipe_condvar_wait(sema->cond, sema->mutex);

Completed in 942 milliseconds