Searched refs:ulTotalRunTime (Results 1 – 1 of 1) sorted by relevance
430 …PRIVILEGED_DATA static uint32_t ulTotalRunTime = 0UL; /*< Holds the tot… variable3477 portALT_GET_RUN_TIME_COUNTER_VALUE( ulTotalRunTime ); in vTaskSwitchContext()3479 ulTotalRunTime = portGET_RUN_TIME_COUNTER_VALUE(); in vTaskSwitchContext()3489 if( ulTotalRunTime > ulTaskSwitchedInTime[ xPortGetCoreID() ] ) in vTaskSwitchContext()3491 …pxCurrentTCB[ xPortGetCoreID() ]->ulRunTimeCounter += ( ulTotalRunTime - ulTaskSwitchedInTime[ xPo… in vTaskSwitchContext()3498 ulTaskSwitchedInTime[ xPortGetCoreID() ] = ulTotalRunTime; in vTaskSwitchContext()