Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDtasks.c397 …PRIVILEGED_DATA static volatile configRUN_TIME_COUNTER_TYPE ulTotalRunTime = 0UL; /**< Holds the t… variable
3086 portALT_GET_RUN_TIME_COUNTER_VALUE( ulTotalRunTime ); in vTaskSwitchContext()
3088 ulTotalRunTime = ( configRUN_TIME_COUNTER_TYPE ) portGET_RUN_TIME_COUNTER_VALUE(); in vTaskSwitchContext()
3098 if( ulTotalRunTime > ulTaskSwitchedInTime ) in vTaskSwitchContext()
3100 pxCurrentTCB->ulRunTimeCounter += ( ulTotalRunTime - ulTaskSwitchedInTime ); in vTaskSwitchContext()
3107 ulTaskSwitchedInTime = ulTotalRunTime; in vTaskSwitchContext()