Searched refs:ulTotalRunTime (Results 1 – 1 of 1) sorted by relevance
397 …PRIVILEGED_DATA static volatile configRUN_TIME_COUNTER_TYPE ulTotalRunTime = 0UL; /**< Holds the t… variable3086 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()