Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/include/freertos/
Dmpu_prototypes.h119 BaseType_t MPU_xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) FREERTOS_SYSTEM_CALL;
Dtask.h3265 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) PRIVILEGED_FUNCTION;
/hal_espressif-3.6.0/components/freertos/
Dtasks.c2960 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) in xTaskCatchUpTicks() argument
2979 xPendedTicks += xTicksToCatchUp; in xTaskCatchUpTicks()