Searched refs:LOS_TickCountGet (Results 1 – 25 of 31) sorted by relevance
12
44 tick1 = LOS_TickCountGet(); in TaskF01()46 tick2 = LOS_TickCountGet(); in TaskF01()75 tick1 = LOS_TickCountGet(); in TaskF02()77 tick2 = LOS_TickCountGet(); in TaskF02()
40 tickcnt1 = LOS_TickCountGet(); in TestCase()44 tickcnt2 = LOS_TickCountGet(); in TestCase()
40 g_uwsTick1 = LOS_TickCountGet(); in Case1()49 g_uwsTick2 = LOS_TickCountGet(); in Case2()60 g_uwsTick3 = LOS_TickCountGet(); in Case3()
64 tickRecord = LOS_TickCountGet(); in Testcase()66 tickUpdate = LOS_TickCountGet(); in Testcase()
40 g_uwsTick1 = LOS_TickCountGet(); in Case1()48 g_uwsTick2 = LOS_TickCountGet(); in Case2()
40 g_uwsTick1 = LOS_TickCountGet(); in Case1()49 g_uwsTick2 = LOS_TickCountGet(); in Case2()
44 tickRecord = LOS_TickCountGet(); in Testcase()49 tickUpdate = LOS_TickCountGet(); in Testcase()
45 osStartTime = LOS_TickCountGet(); in TaskF01()47 osEndTime = LOS_TickCountGet(); in TaskF01()
69 tickstart = LOS_TickCountGet(); in Testcase()72 … if (LOS_TickCountGet() - tickstart > 1000) { // 1000, Test execution time tick count upper limit. in Testcase()
49 osStartTime = LOS_TickCountGet(); in TaskF01()51 osEndTime = LOS_TickCountGet(); in TaskF01()
102 tickstart = LOS_TickCountGet(); in Testcase()106 if (LOS_TickCountGet() - tickstart > 0xff) { in Testcase()
50 tickTask1 = (UINT32)LOS_TickCountGet(); in SwtmrF01()
70 queueDebug->lastAccessTime = LOS_TickCountGet(); in OsQueueDbgTimeUpdate()78 queueDebug->lastAccessTime = LOS_TickCountGet(); in OsQueueDbgUpdate()
109 semDebug->lastAccessTime = LOS_TickCountGet(); in OsSemDbgTimeUpdate()117 semDebug->lastAccessTime = LOS_TickCountGet(); in OsSemDbgUpdate()
132 extern UINT64 LOS_TickCountGet(VOID);
38 LITE_OS_SEC_TEXT_MINOR UINT64 LOS_TickCountGet(VOID) in LOS_TickCountGet() function
278 return LOS_TickCountGet(); in TestTickCountGet()283 return LOS_TickCountGet(); in TestTickCountByCurrCpuid()
338 extern UINT64 LOS_TickCountGet(VOID);
88 return (u32_t)((LOS_TickCountGet() * OS_SYS_MS_PER_SECOND) / LOSCFG_BASE_CORE_TICK_PER_SECOND); in sys_now()