Searched refs:xTicksToCatchUp (Results 1 – 4 of 4) sorted by relevance
761 BaseType_t MPU_xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskCatchUpTicks() argument770 xReturn = xTaskCatchUpTicks( xTicksToCatchUp ); in MPU_xTaskCatchUpTicks()778 xReturn = xTaskCatchUpTicks( xTicksToCatchUp ); in MPU_xTaskCatchUpTicks()
3440 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) PRIVILEGED_FUNCTION;
1981 #define traceENTER_xTaskCatchUpTicks( xTicksToCatchUp ) argument
4546 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) in xTaskCatchUpTicks() argument4550 traceENTER_xTaskCatchUpTicks( xTicksToCatchUp ); in xTaskCatchUpTicks()4563 xPendedTicks += xTicksToCatchUp; in xTaskCatchUpTicks()