Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/common/
H A Dpthread_util.h42 #define US_PER_S 1000000 macro
67 unsigned int setTimeNs = ms * US_PER_S; in GetDelayedTimeByClockid()
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h236 #define US_PER_S 1000000 macro
243 ts->tv_nsec = (ms % MS_PER_S) * US_PER_S; in __timespec_from_ms()
/third_party/musl/src/internal/
H A Dpthread_impl.h233 #define US_PER_S 1000000 macro
240 ts->tv_nsec = (ms % MS_PER_S) * US_PER_S; in __timespec_from_ms()

Completed in 2 milliseconds