Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dtasks.c430 …PRIVILEGED_DATA static uint32_t ulTotalRunTime = 0UL; /*< Holds the tot… variable
3477 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()