Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
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/mesa3d/src/c11/impl/
Dthreads_posix.c115 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait() function
Dthreads_win32.c221 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait() function
/third_party/glfw/deps/
Dtinycthread.c294 int cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *ts) in cnd_timedwait() function