Home
last modified time | relevance | path

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

/external/mesa3d/include/c11/
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()