Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dtasks.c520 PRIVILEGED_DATA static configRUN_TIME_COUNTER_TYPE ulTaskSwitchedInTime[ configNUMBER_OF_CORES ] = … variable
5086 if( ulTotalRunTime[ 0 ] > ulTaskSwitchedInTime[ 0 ] ) in vTaskSwitchContext()
5088 … pxCurrentTCB->ulRunTimeCounter += ( ulTotalRunTime[ 0 ] - ulTaskSwitchedInTime[ 0 ] ); in vTaskSwitchContext()
5095 ulTaskSwitchedInTime[ 0 ] = ulTotalRunTime[ 0 ]; in vTaskSwitchContext()
5187 if( ulTotalRunTime[ xCoreID ] > ulTaskSwitchedInTime[ xCoreID ] ) in vTaskSwitchContext()
5189 …CBs[ xCoreID ]->ulRunTimeCounter += ( ulTotalRunTime[ xCoreID ] - ulTaskSwitchedInTime[ xCoreID ] … in vTaskSwitchContext()
5196 ulTaskSwitchedInTime[ xCoreID ] = ulTotalRunTime[ xCoreID ]; in vTaskSwitchContext()
8690 ulTaskSwitchedInTime[ xCoreID ] = 0U; in vTaskResetState()