Searched refs:time_point (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/c11/
H A Dthreads_posix.h338 thrd_sleep(const struct timespec *time_point, struct timespec *remaining) argument
340 assert(time_point != NULL);
341 nanosleep(time_point, remaining);
H A Dthreads_win32.h586 thrd_sleep(const struct timespec *time_point, struct timespec *remaining) argument
588 assert(time_point);
590 Sleep(impl_timespec2msec(time_point));
/xsrc/external/mit/MesaLib/dist/include/c11/
H A Dthreads_posix.h338 thrd_sleep(const struct timespec *time_point, struct timespec *remaining) argument
340 assert(time_point != NULL);
341 nanosleep(time_point, remaining);
H A Dthreads_win32.h455 thrd_sleep(const struct timespec *time_point, struct timespec *remaining) argument
457 assert(time_point);
459 Sleep((DWORD)impl_timespec2msec(time_point));

Completed in 9 milliseconds