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

  /external/mesa3d/src/gallium/auxiliary/util/
u_ringbuffer.c 88 pipe_condvar_wait(ring->change, ring->mutex);
126 pipe_condvar_wait(ring->change, ring->mutex);
u_queue.c 108 pipe_condvar_wait(fence->cond, fence->mutex);
138 pipe_condvar_wait(queue->has_queued_cond, queue->lock);
304 pipe_condvar_wait(queue->has_space_cond, queue->lock);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_fence.c 122 pipe_condvar_wait(f->signalled, f->mutex);
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_queue.c 92 pipe_condvar_wait(ctx->event_push, ctx->mutex_push);
165 pipe_condvar_wait(ctx->event_pop, ctx->mutex_pop);