Searched refs:cnd_timedwait (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dcnd_wait.c4 /* Calling cnd_timedwait with a null pointer is an extension.
7 return cnd_timedwait(c, m, 0);
H A Dcnd_timedwait.c23 int cnd_timedwait(cnd_t* restrict c, mtx_t* restrict mutex, function
56 * cnd_timedwait() in another thread).
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dthreads.h94 int cnd_timedwait(cnd_t* __restrict, mtx_t* __restrict, const struct timespec* __restrict);
/fuchsia/zircon/system/utest/core/c11-condvar/
H A Dcondvar.c109 int result = cnd_timedwait(&cond, &mutex, &delay);
/fuchsia/zircon/system/utest/fs/
H A Dtest-random-op.c156 cnd_timedwait(&env->log_timer_cnd, &env->log_timer_lock, &ts);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk791 $(LOCAL_DIR)/src/thread/cnd_timedwait.c \

Completed in 306 milliseconds