Home
last modified time | relevance | path

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

/Kernel-v11.1.0/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.1.0/include/
Dtask.h3440 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) PRIVILEGED_FUNCTION;
DFreeRTOS.h1981 #define traceENTER_xTaskCatchUpTicks( xTicksToCatchUp ) argument
/Kernel-v11.1.0/
Dtasks.c4546 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) in xTaskCatchUpTicks() argument
4550 traceENTER_xTaskCatchUpTicks( xTicksToCatchUp ); in xTaskCatchUpTicks()
4563 xPendedTicks += xTicksToCatchUp; in xTaskCatchUpTicks()