Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dthreadsndk1.cpp582 #define us (1000000) macro
589 return us * (sd - PARAM_1) + (ns + nsd) / ms; in ustimer()
591 return us * (sd) + nsd / ms; in ustimer()
597 timespec ts = {0, 10 * us}; in Thrd_sleep()
H A Dthreadsndk.cpp37 #define us (1000000) macro
180 return us * (sd - PARAM_1) + (ns + nsd) / ms; in ustimer()
182 return us * (sd) + nsd / ms; in ustimer()
/test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/
H A Dffrtndk.cpp2883 static inline void StallUs(size_t us) in StallUs() argument
2887 while (passed < us) { in StallUs()

Completed in 9 milliseconds