Home
last modified time | relevance | path

Searched defs:cnd_timedwait (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/src/thread/
H A Dcnd_timedwait.c5 int cnd_timedwait(cnd_t *restrict c, mtx_t *restrict m, const struct timespec *restrict ts) in cnd_timedwait() function
/third_party/glfw/deps/
H A Dtinycthread.c294 int cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *ts) in cnd_timedwait() function
/third_party/mesa3d/src/c11/impl/
H A Dthreads_posix.c115 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait() function
H A Dthreads_win32.c221 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait() function

Completed in 3 milliseconds