Searched refs:xTicksToCatchUp (Results 1 – 5 of 5) sorted by relevance
763 BaseType_t MPU_xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskCatchUpTicks() argument772 xReturn = xTaskCatchUpTicks( xTicksToCatchUp ); in MPU_xTaskCatchUpTicks()780 xReturn = xTaskCatchUpTicks( xTicksToCatchUp ); in MPU_xTaskCatchUpTicks()
3459 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) PRIVILEGED_FUNCTION;
165 BaseType_t MPU_xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) FREERTOS_SYSTEM_CALL;
2006 #define traceENTER_xTaskCatchUpTicks( xTicksToCatchUp ) argument
4601 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) in xTaskCatchUpTicks() argument4605 traceENTER_xTaskCatchUpTicks( xTicksToCatchUp ); in xTaskCatchUpTicks()4618 xPendedTicks += xTicksToCatchUp; in xTaskCatchUpTicks()
Completed in 36 milliseconds