Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dtasks.c429 …PRIVILEGED_DATA static uint32_t ulTaskSwitchedInTime[configNUM_CORES] = {0U}; /*< Holds the value … variable
3489 if( ulTotalRunTime > ulTaskSwitchedInTime[ xPortGetCoreID() ] ) in vTaskSwitchContext()
3491 …ntTCB[ xPortGetCoreID() ]->ulRunTimeCounter += ( ulTotalRunTime - ulTaskSwitchedInTime[ xPortGetCo… in vTaskSwitchContext()
3498 ulTaskSwitchedInTime[ xPortGetCoreID() ] = ulTotalRunTime; in vTaskSwitchContext()