Searched defs:mtx (Results 1 – 1 of 1) sorted by relevance
51 int cnd_timedwait(cnd_t *restrict cond, mtx_t *restrict mtx, const struct timespec *restrict ts) in cnd_timedwait()63 int cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait()
Completed in 9 milliseconds