Home
last modified time | relevance | path

Searched refs:mutex_pop (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_queue.c77 pipe_mutex mutex_pop; member
114 pipe_mutex_lock(ctx->mutex_pop); in nine_queue_get()
118 pipe_mutex_unlock(ctx->mutex_pop); in nine_queue_get()
161 pipe_mutex_lock(ctx->mutex_pop); in nine_queue_flush()
165 pipe_condvar_wait(ctx->event_pop, ctx->mutex_pop); in nine_queue_flush()
168 pipe_mutex_unlock(ctx->mutex_pop); in nine_queue_flush()
244 pipe_mutex_init(ctx->mutex_pop); in nine_queue_create()
268 pipe_mutex_destroy(ctx->mutex_pop); in nine_queue_delete()