Home
last modified time | relevance | path

Searched defs:ms (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dsleep.rs147 let ms = this in poll() localVariable
/commonlibrary/utils_lite/kal/timer/src/
Dkal.c43 static void KalMs2TimeSpec(struct timespec* tp, unsigned int ms) in KalMs2TimeSpec()
/commonlibrary/ets_utils/js_sys_module/console/
Dconsole.cpp636 uint32_t ms = time; in PrintTime() local
689 double ms = static_cast<uint64_t>(endTime - timerMap[timerName]) / 1000.0; in TimeLog() local
707 double ms = static_cast<uint64_t>(endTime - timerMap[timerName]) / 1000.0; in TimeEnd() local
/commonlibrary/ets_utils/js_sys_module/console/test/
Dtest_console.cpp546 double ms = 50; variable