Searched refs:cnd_timedwait (Results 1 – 4 of 4) sorted by relevance
7 return cnd_timedwait(c, m, 0); in cnd_wait()
23 int cnd_timedwait(cnd_t* restrict c, mtx_t* restrict mutex, in cnd_timedwait() function
94 int cnd_timedwait(cnd_t* __restrict, mtx_t* __restrict, const struct timespec* __restrict);
791 $(LOCAL_DIR)/src/thread/cnd_timedwait.c \
Completed in 5 milliseconds