Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/common/
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/
Dpthread_impl.h225 #define US_PER_S 1000000 macro
232 ts->tv_nsec = (ms % MS_PER_S) * US_PER_S; in __timespec_from_ms()