Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dcnd_timedwait.c81 cnd_destroy(&cond); in cnd_timedwait_0100()
125 cnd_destroy(&cond); in cnd_timedwait_time64_0100()
Dcnd_wait.c49 cnd_destroy(&cnd); in cnd_wait_0100()
Dcnd_signal.c52 cnd_destroy(&cndPut); in cnd_signal_0100()
Dcnd_broadcast.c86 cnd_destroy(&cond); in cnd_broadcast_0100()
/third_party/mesa3d/src/util/
Du_queue.c232 cnd_destroy(&fence->cond); in util_queue_fence_destroy()
478 cnd_destroy(&queue->has_space_cond); in util_queue_init()
479 cnd_destroy(&queue->has_queued_cond); in util_queue_init()
536 cnd_destroy(&queue->has_space_cond); in util_queue_destroy()
537 cnd_destroy(&queue->has_queued_cond); in util_queue_destroy()
Du_thread.h331 cnd_destroy(&barrier->condvar); in util_barrier_destroy()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_cs_tpool.c124 cnd_destroy(&pool->new_work); in lp_cs_tpool_destroy()
182 cnd_destroy(&task->finish); in lp_cs_tpool_wait_for_task()
Dlp_scene_queue.c90 cnd_destroy(&queue->change); in lp_scene_queue_destroy()
Dlp_fence.c78 cnd_destroy(&fence->signalled); in lp_fence_destroy()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_queue.c270 cnd_destroy(&ctx->event_pop); in nine_queue_delete()
273 cnd_destroy(&ctx->event_push); in nine_queue_delete()
/third_party/musl/src/thread/
Dcnd_destroy.c3 void cnd_destroy(cnd_t *c) in cnd_destroy() function
/third_party/mesa3d/src/gallium/auxiliary/os/
Dos_thread.h89 cnd_destroy(&sema->cond); in pipe_semaphore_destroy()
/third_party/musl/porting/liteos_m/kernel/include/
Dthreads.h69 void cnd_destroy(cnd_t *);
/third_party/musl/include/
Dthreads.h69 void cnd_destroy(cnd_t *);
/third_party/musl/porting/uniproton/kernel/include/
Dthreads.h69 void cnd_destroy(cnd_t *);
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_cnd_test.cpp20 cnd_destroy(&threadCnd); in TearDown()
/third_party/mesa3d/src/c11/
Dthreads.h164 void cnd_destroy(cnd_t *);
/third_party/glfw/deps/
Dtinycthread.h263 void cnd_destroy(cnd_t *cond);
Dtinycthread.c169 void cnd_destroy(cnd_t *cond) in cnd_destroy() function
/third_party/mesa3d/src/vulkan/runtime/
Dvk_queue.c104 cnd_destroy(&queue->submit.pop); in vk_queue_init()
106 cnd_destroy(&queue->submit.push); in vk_queue_init()
1116 cnd_destroy(&queue->submit.pop); in vk_queue_finish()
1117 cnd_destroy(&queue->submit.push); in vk_queue_finish()
Dvk_sync_timeline.c105 cnd_destroy(&timeline->cond); in vk_sync_timeline_finish()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen.c214 cnd_destroy(&vws->cs_cond); in vmw_winsys_destroy()
/third_party/mesa3d/src/c11/impl/
Dthreads_posix.c91 cnd_destroy(cnd_t *cond) in cnd_destroy() function
Dthreads_win32.c194 cnd_destroy(cnd_t *cond) in cnd_destroy() function
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipe_sync.c59 cnd_destroy(&sync->changed); in lvp_pipe_sync_finish()

12