Searched refs:xTicksToCatchUp (Results 1 – 3 of 3) sorted by relevance
119 BaseType_t MPU_xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) FREERTOS_SYSTEM_CALL;
3265 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) PRIVILEGED_FUNCTION;
2960 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) in xTaskCatchUpTicks() argument2979 xPendedTicks += xTicksToCatchUp; in xTaskCatchUpTicks()