Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Dtasks.c513 PRIVILEGED_DATA static configRUN_TIME_COUNTER_TYPE ulTaskSwitchedInTime[ configNUMBER_OF_CORES ] = … variable
5125 if( ulTotalRunTime[ 0 ] > ulTaskSwitchedInTime[ 0 ] ) in vTaskSwitchContext()
5127 … pxCurrentTCB->ulRunTimeCounter += ( ulTotalRunTime[ 0 ] - ulTaskSwitchedInTime[ 0 ] ); in vTaskSwitchContext()
5134 ulTaskSwitchedInTime[ 0 ] = ulTotalRunTime[ 0 ]; in vTaskSwitchContext()
5226 if( ulTotalRunTime[ xCoreID ] > ulTaskSwitchedInTime[ xCoreID ] ) in vTaskSwitchContext()
5228 …CBs[ xCoreID ]->ulRunTimeCounter += ( ulTotalRunTime[ xCoreID ] - ulTaskSwitchedInTime[ xCoreID ] … in vTaskSwitchContext()
5235 ulTaskSwitchedInTime[ xCoreID ] = ulTotalRunTime[ xCoreID ]; in vTaskSwitchContext()