Home
last modified time | relevance | path

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

/third_party/mesa3d/src/c11/impl/
H A Dtime.c48 #define _TIMESPEC_IMPL_TICKS_PER_SECONDS 10000000ull in timespec_get() macro
60 ts->tv_sec = ticks / _TIMESPEC_IMPL_TICKS_PER_SECONDS; in timespec_get()
61 ts->tv_nsec = (ticks % _TIMESPEC_IMPL_TICKS_PER_SECONDS) * 100; in timespec_get()
66 #undef _TIMESPEC_IMPL_TICKS_PER_SECONDS in timespec_get() macro

Completed in 1 milliseconds