Home
last modified time | relevance | path

Searched defs:cnd_wait (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/src/thread/
Dcnd_wait.c3 int cnd_wait(cnd_t *c, mtx_t *m) in cnd_wait() function
/third_party/flutter/glfw/deps/
Dtinycthread.c285 int cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait() function