Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dfnmatchndk132.cpp157 #define NSEC_PER_SEC 1000000000 macro
175 if (ts.tv_nsec >= NSEC_PER_SEC) { in PThreadCondTimedWaitTime64Thread()
176 ts.tv_nsec -= NSEC_PER_SEC; in PThreadCondTimedWaitTime64Thread()
H A Dotherstestndk32.cpp50 #define NSEC_PER_SEC 1000000000 macro
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dotherstestndk.cpp52 #define NSEC_PER_SEC 1000000000 macro
1054 const unsigned int nsecPerSec = NSEC_PER_SEC; in GetDelayedTimeByClockid()
1090 const unsigned int nsecPerSec = NSEC_PER_SEC; in GetTimeDiff()

Completed in 5 milliseconds