Home
last modified time | relevance | path

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

/kernel/liteos_m/components/cpup/
H A Dlos_cpup.c67 LITE_OS_SEC_BSS UINT16 g_hisPos; /* current Sampling point of historyTime */ variable
271 g_cpup[loopNum].historyTime[g_hisPos] = g_cpup[loopNum].allTime; in OsTskCycleEndStart()
274 if (g_hisPos == (OS_CPUP_HISTORY_RECORD_NUM - 1)) { in OsTskCycleEndStart()
275 g_hisPos = 0; in OsTskCycleEndStart()
277 g_hisPos++; in OsTskCycleEndStart()
294 curPos = g_hisPos; in OsGetPositions()

Completed in 2 milliseconds