Home
last modified time | relevance | path

Searched refs:ulTaskSwitchedInTime (Results 1 – 1 of 1) sorted by relevance

/Kernel-v10.6.2/
HDtasks.c396 …PRIVILEGED_DATA static configRUN_TIME_COUNTER_TYPE ulTaskSwitchedInTime = 0UL; /**< Holds the v… variable
3098 if( ulTotalRunTime > ulTaskSwitchedInTime ) in vTaskSwitchContext()
3100 pxCurrentTCB->ulRunTimeCounter += ( ulTotalRunTime - ulTaskSwitchedInTime ); in vTaskSwitchContext()
3107 ulTaskSwitchedInTime = ulTotalRunTime; in vTaskSwitchContext()