Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/unittest/process/plimits/
H A Dprocess_plimits_test.cpp628 int sleepTime; in WaitForCpupStable() local
630 sleepTime = WAIT_CPUP_STABLE_FOR_100; in WaitForCpupStable()
632 sleepTime = WAIT_CPUP_STABLE; in WaitForCpupStable()
634 return sleep(sleepTime); in WaitForCpupStable()
/kernel/liteos_m/components/power/
H A Dlos_pm.c95 UINT64 currTime, sleepTime, realSleepTime; in OsPmTickTimerStart() local
107 sleepTime = tickTimer->timerCycleGet(); in OsPmTickTimerStart()
110 realSleepTime = OS_SYS_CYCLE_TO_NS(sleepTime, tickTimer->freq); in OsPmTickTimerStart()

Completed in 3 milliseconds