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);
nine_state.c 84 pipe_condvar_wait(ctx->event_processed, ctx->mutex_processed);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 157 #define pipe_condvar_wait(cond, mutex) \ macro
228 pipe_condvar_wait(barrier->condvar, barrier->mutex);
286 pipe_condvar_wait(sema->cond, sema->mutex);
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 111 pipe_condvar_wait(rb_pipe->draw_cond, rb_pipe->draw_mutex);
    [all...]

Completed in 363 milliseconds