Home
last modified time | relevance | path

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

/dports/graphics/waffle/waffle-2485a41c321a29463b5c0af7813c2d1046e2f925/third_party/threads/
H A Dthreads_win32.c90 static DWORD impl_xtime2msec(const xtime *xt) in impl_xtime2msec() function
163 w = WaitForSingleObject(cond->sem_queue, xt ? impl_xtime2msec(xt) : INFINITE); in impl_cond_do_wait()
320 if (SleepConditionVariableCS(&cond->condvar, &mtx->cs, impl_xtime2msec(xt))) in cnd_timedwait()
472 Sleep(impl_xtime2msec(xt)); in thrd_sleep()
/dports/x11/virglrenderer/virglrenderer-7d204f3927be65fb3365dce01dbcd04d447a4985/src/gallium/include/c11/
H A Dthreads_win32.h149 static DWORD impl_xtime2msec(const xtime *xt) in impl_xtime2msec() function
222 w = WaitForSingleObject(cond->sem_queue, xt ? impl_xtime2msec(xt) : INFINITE); in impl_cond_do_wait()
385 if (SleepConditionVariableCS(&cond->condvar, mtx, impl_xtime2msec(xt))) in cnd_timedwait()
581 Sleep(impl_xtime2msec(xt)); in thrd_sleep()