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

  /external/mesa3d/src/gallium/auxiliary/util/
u_queue.c 231 pipe_condvar_destroy(queue->has_space_cond);
232 pipe_condvar_destroy(queue->has_queued_cond);
263 pipe_condvar_destroy(queue->has_space_cond);
264 pipe_condvar_destroy(queue->has_queued_cond);
283 pipe_condvar_destroy(fence->cond);
u_ringbuffer.c 50 pipe_condvar_destroy(ring->change);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_fence.c 76 pipe_condvar_destroy(fence->signalled);
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 154 #define pipe_condvar_destroy(cond) \ macro
214 pipe_condvar_destroy(barrier->condvar);
267 pipe_condvar_destroy(sema->cond);

Completed in 248 milliseconds