Searched refs:ulTaskSwitchedInTime (Results 1 – 1 of 1) sorted by relevance
429 …PRIVILEGED_DATA static uint32_t ulTaskSwitchedInTime[configNUM_CORES] = {0U}; /*< Holds the value … variable3489 if( ulTotalRunTime > ulTaskSwitchedInTime[ xPortGetCoreID() ] ) in vTaskSwitchContext()3491 …ntTCB[ xPortGetCoreID() ]->ulRunTimeCounter += ( ulTotalRunTime - ulTaskSwitchedInTime[ xPortGetCo… in vTaskSwitchContext()3498 ulTaskSwitchedInTime[ xPortGetCoreID() ] = ulTotalRunTime; in vTaskSwitchContext()