Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers.c785 BaseType_t MPU_xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskCatchUpTicks() argument
794 xReturn = xTaskCatchUpTicks( xTicksToCatchUp ); in MPU_xTaskCatchUpTicks()
802 xReturn = xTaskCatchUpTicks( xTicksToCatchUp ); in MPU_xTaskCatchUpTicks()
/Kernel-v10.6.2/include/
HDtask.h2990 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) PRIVILEGED_FUNCTION;
/Kernel-v10.6.2/
HDtasks.c2677 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) in xTaskCatchUpTicks() argument
2692 xPendedTicks += xTicksToCatchUp; in xTaskCatchUpTicks()