Home
last modified time | relevance | path

Searched refs:impl_cond_do_wait (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/include/c11/
Dthreads_win32.h209 static int impl_cond_do_wait(cnd_t *cond, mtx_t *mtx, const xtime *xt) in impl_cond_do_wait() function
389 return impl_cond_do_wait(cond, mtx, xt); in cnd_timedwait()
401 impl_cond_do_wait(cond, mtx, NULL); in cnd_wait()