Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/thread/
A Dcnd_wait.c7 return cnd_timedwait(c, m, 0); in cnd_wait()
A Dcnd_timedwait.c23 int cnd_timedwait(cnd_t* restrict c, mtx_t* restrict mutex, in cnd_timedwait() function
/third_party/ulib/musl/include/
A Dthreads.h94 int cnd_timedwait(cnd_t* __restrict, mtx_t* __restrict, const struct timespec* __restrict);
/third_party/ulib/musl/
A Dmusl-rules.mk791 $(LOCAL_DIR)/src/thread/cnd_timedwait.c \

Completed in 5 milliseconds