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

  /external/mesa3d/src/gallium/auxiliary/util/
u_queue.h 61 pipe_condvar has_queued_cond; member in struct:util_queue
u_queue.c 138 pipe_condvar_wait(queue->has_queued_cond, queue->lock);
195 pipe_condvar_init(queue->has_queued_cond);
232 pipe_condvar_destroy(queue->has_queued_cond);
249 pipe_condvar_broadcast(queue->has_queued_cond);
264 pipe_condvar_destroy(queue->has_queued_cond);
315 pipe_condvar_signal(queue->has_queued_cond);

Completed in 59 milliseconds