Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/sample/kernel/swtmr/
H A DIt_los_swtmr_071.c49 UINT32 delayTime; in Testcase() local
74 delayTime = 5; in Testcase()
75 ret = LOS_TaskDelay(delayTime); in Testcase()
80 ICUNIT_GOTO_EQUAL(tick, TIMER_LOS_EXPIRATION3 - delayTime - 1, tick, EXIT); in Testcase()
H A DIt_los_swtmr_074.c53 UINT32 delayTime; in Testcase() local
91 delayTime = 5; in Testcase()
92 ret = LOS_TaskDelay(delayTime); in Testcase()
97 ICUNIT_GOTO_EQUAL(tick, TIMER_LOS_EXPIRATION3 - delayTime - 1, tick, EXIT); in Testcase()
H A DIt_los_swtmr_072.c49 UINT32 delayTime; in Testcase() local
74 delayTime = 5; in Testcase()
75 ret = LOS_TaskDelay(delayTime); in Testcase()
80 ICUNIT_GOTO_EQUAL(tick, TIMER_LOS_EXPIRATION3 - delayTime - 1, tick, EXIT); in Testcase()

Completed in 2 milliseconds