Searched refs:xTicksToCatchUp (Results 1 – 3 of 3) sorted by relevance
785 BaseType_t MPU_xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskCatchUpTicks() argument794 xReturn = xTaskCatchUpTicks( xTicksToCatchUp ); in MPU_xTaskCatchUpTicks()802 xReturn = xTaskCatchUpTicks( xTicksToCatchUp ); in MPU_xTaskCatchUpTicks()
2990 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) PRIVILEGED_FUNCTION;
2677 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) in xTaskCatchUpTicks() argument2692 xPendedTicks += xTicksToCatchUp; in xTaskCatchUpTicks()