Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers.c761 BaseType_t MPU_xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskCatchUpTicks() argument
770 xReturn = xTaskCatchUpTicks( xTicksToCatchUp ); in MPU_xTaskCatchUpTicks()
778 xReturn = xTaskCatchUpTicks( xTicksToCatchUp ); in MPU_xTaskCatchUpTicks()
/Kernel-v11.0.1/include/
Dtask.h3439 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) PRIVILEGED_FUNCTION;
DFreeRTOS.h1929 #define traceENTER_xTaskCatchUpTicks( xTicksToCatchUp ) argument
/Kernel-v11.0.1/
Dtasks.c4588 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) in xTaskCatchUpTicks() argument
4592 traceENTER_xTaskCatchUpTicks( xTicksToCatchUp ); in xTaskCatchUpTicks()
4605 xPendedTicks += xTicksToCatchUp; in xTaskCatchUpTicks()