Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_queue.c219 cnd_destroy(&fence->cond); in util_queue_fence_destroy()
368 cnd_destroy(&queue->has_space_cond); in util_queue_init()
369 cnd_destroy(&queue->has_queued_cond); in util_queue_init()
400 cnd_destroy(&queue->has_space_cond); in util_queue_destroy()
401 cnd_destroy(&queue->has_queued_cond); in util_queue_destroy()
Du_thread.h151 cnd_destroy(&barrier->condvar); in util_barrier_destroy()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_fence.c76 cnd_destroy(&fence->signalled); in lp_fence_destroy()
/external/mesa3d/src/gallium/auxiliary/os/
Dos_thread.h89 cnd_destroy(&sema->cond); in pipe_semaphore_destroy()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen.c140 cnd_destroy(&vws->cs_cond); in vmw_winsys_destroy()
/external/mesa3d/src/gallium/auxiliary/util/
Du_ringbuffer.c50 cnd_destroy(&ring->change); in util_ringbuffer_destroy()
/external/virglrenderer/src/gallium/auxiliary/os/
Dos_thread.h117 cnd_destroy(&(cond))
/external/virglrenderer/src/gallium/include/c11/
Dthreads_posix.h111 cnd_destroy(cnd_t *cond) in cnd_destroy() function
Dthreads_win32.h336 cnd_destroy(cnd_t *cond) in cnd_destroy() function
/external/mesa3d/include/c11/
Dthreads_posix.h111 cnd_destroy(cnd_t *cond) in cnd_destroy() function
Dthreads_win32.h350 cnd_destroy(cnd_t *cond) in cnd_destroy() function
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_context.c585 cnd_destroy(&dctx->cond); in dd_context_destroy()
/external/mesa3d/src/loader/
Dloader_dri3_helper.c250 cnd_destroy(&draw->event_cnd); in loader_dri3_drawable_fini()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c2847 cnd_destroy(&dri2_sync->cond); in dri2_egl_unref_sync()