Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dthreadsndk.cpp178 long nsd = tse.tv_nsec - tss.tv_nsec; in ustimer() local
179 if (nsd < PARAM_0) { in ustimer()
180 return us * (sd - PARAM_1) + (ns + nsd) / ms; in ustimer()
182 return us * (sd) + nsd / ms; in ustimer()
H A Dthreadsndk1.cpp587 long nsd = tse.tv_nsec - tss.tv_nsec; in ustimer() local
588 if (nsd < PARAM_0) { in ustimer()
589 return us * (sd - PARAM_1) + (ns + nsd) / ms; in ustimer()
591 return us * (sd) + nsd / ms; in ustimer()

Completed in 3 milliseconds