Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/sample/kernel/hwi/
H A Dit_los_hwi_036.c39 UINT64 timeUpdateNS; in Testcase() local
49 timeUpdateNS = LOS_CurrNanosec(); in Testcase()
50 deltaTicks = ((timeUpdateNS - timeRecordNS) * LOSCFG_BASE_CORE_TICK_PER_SECOND / OS_SYS_NS_PER_SECOND); in Testcase()
63 timeUpdateNS = LOS_CurrNanosec(); in Testcase()
64 deltaMs = (timeUpdateNS - timeRecordNS) / OS_SYS_NS_PER_MS; in Testcase()
H A Dit_los_hwi_037.c38 UINT64 timeUpdateNS; in Testcase() local
46 timeUpdateNS = LOS_CurrNanosec(); in Testcase()
47 deltaMs = (timeUpdateNS - timeRecordNS) / OS_SYS_NS_PER_MS; in Testcase()
H A Dit_los_hwi_038.c38 UINT64 timeUpdateNS; in Testcase() local
48 timeUpdateNS = LOS_CurrNanosec(); in Testcase()
50 deltaTicks = (UINT32)((timeUpdateNS - timeRecordNS) * LOSCFG_BASE_CORE_TICK_PER_SECOND / OS_SYS_NS_PER_SECOND); in Testcase()

Completed in 2 milliseconds