Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c763 BaseType_t MPU_xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskCatchUpTicks() argument
772 xReturn = xTaskCatchUpTicks( xTicksToCatchUp ); in MPU_xTaskCatchUpTicks()
780 xReturn = xTaskCatchUpTicks( xTicksToCatchUp ); in MPU_xTaskCatchUpTicks()
/FreeRTOS-Kernel/include/
A Dtask.h3459 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) PRIVILEGED_FUNCTION;
A Dmpu_prototypes.h165 BaseType_t MPU_xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) FREERTOS_SYSTEM_CALL;
A DFreeRTOS.h2006 #define traceENTER_xTaskCatchUpTicks( xTicksToCatchUp ) argument
/FreeRTOS-Kernel/
A Dtasks.c4601 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) in xTaskCatchUpTicks() argument
4605 traceENTER_xTaskCatchUpTicks( xTicksToCatchUp ); in xTaskCatchUpTicks()
4618 xPendedTicks += xTicksToCatchUp; in xTaskCatchUpTicks()

Completed in 36 milliseconds