/third_party/musl/ndk_musl_include/ |
D | threads.h | 74 int cnd_timedwait(cnd_t *__restrict, mtx_t *__restrict, const struct timespec *__restrict); 86 __REDIR(cnd_timedwait, __cnd_timedwait_time64);
|
/third_party/musl/include/ |
D | threads.h | 74 int cnd_timedwait(cnd_t *__restrict, mtx_t *__restrict, const struct timespec *__restrict); 86 __REDIR(cnd_timedwait, __cnd_timedwait_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | threads.h | 74 int cnd_timedwait(cnd_t *__restrict, mtx_t *__restrict, const struct timespec *__restrict); 86 __REDIR(cnd_timedwait, __cnd_timedwait_time64);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | threads.h | 74 int cnd_timedwait(cnd_t *__restrict, mtx_t *__restrict, const struct timespec *__restrict); 86 __REDIR(cnd_timedwait, __cnd_timedwait_time64);
|
/third_party/musl/src/thread/ |
D | cnd_wait.c | 8 return cnd_timedwait(c, m, 0); in cnd_wait()
|
D | cnd_timedwait.c | 5 int cnd_timedwait(cnd_t *restrict c, mtx_t *restrict m, const struct timespec *restrict ts) in cnd_timedwait() function
|
/third_party/musl/compat/time32/ |
D | cnd_timedwait_time32.c | 7 return cnd_timedwait(c, m, ts32 ? (&(struct timespec){ in __cnd_timedwait_time32()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | cnd_signal.c | 26 res = cnd_timedwait(&cndPut, &mtx, &ts); in cnd_timedwaitfirst()
|
D | cnd_timedwait.c | 69 if (cnd_timedwait(&cond, &mutex, &w_time) != thrd_success) { in cnd_timedwait_0100()
|
D | test_src_functionalext_supplement_thread.gni | 52 "cnd_timedwait",
|
/third_party/musl/libc-test/src/common/ |
D | test.h | 44 #define __cnd_timedwait_time64 cnd_timedwait
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_fence.c | 149 ret = cnd_timedwait(&f->signalled, &f->mutex, &ts); in lp_fence_timedwait()
|
/third_party/flutter/glfw/deps/ |
D | tinycthread.h | 309 int cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *ts);
|
D | tinycthread.c | 294 int cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *ts) in cnd_timedwait() function
|
/third_party/mesa3d/include/c11/ |
D | threads_posix.h | 135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait() function
|
D | threads_win32.h | 253 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait() function
|
/third_party/flutter/glfw/examples/ |
D | particles.c | 461 cnd_timedwait(&thread_sync.p_done, &thread_sync.particles_lock, &ts); in draw_particles() 912 cnd_timedwait(&thread_sync.d_done, &thread_sync.particles_lock, &ts); in physics_thread_main()
|
/third_party/mesa3d/src/util/ |
D | u_queue.c | 201 if (cnd_timedwait(&fence->cond, &fence->mutex, &ts) != thrd_success) in _util_queue_fence_wait_timeout()
|
/third_party/musl/ |
D | libc.map.txt | 450 cnd_timedwait;
|
D | musl_src.gni | 1305 "src/thread/cnd_timedwait.c",
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 1301 cnd_timedwait(&sema->submit, &sema->submit_lock, &t); in wait_semaphores()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 3602 ret = cnd_timedwait(&dri2_sync->cond, &dri2_sync->mutex, &expire); in dri2_client_wait_sync()
|