Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDtasks.c367 PRIVILEGED_DATA static volatile TickType_t xTickCount = ( TickType_t ) configINITIAL_TICK_COUNT; variable
1232 const TickType_t xConstTickCount = xTickCount; in xTaskDelayUntil()
2052 xTickCount = ( TickType_t ) configINITIAL_TICK_COUNT; in vTaskStartScheduler()
2179 xReturn = xNextTaskUnblockTime - xTickCount; in prvGetExpectedIdleTime()
2307 xTicks = xTickCount; in xTaskGetTickCount()
2338 xReturn = xTickCount; in xTaskGetTickCountFromISR()
2647 configASSERT( ( xTickCount + xTicksToJump ) <= xNextTaskUnblockTime ); in vTaskStepTick()
2649 if( ( xTickCount + xTicksToJump ) == xNextTaskUnblockTime ) in vTaskStepTick()
2670 xTickCount += xTicksToJump; in vTaskStepTick()
2790 traceTASK_INCREMENT_TICK( xTickCount ); in xTaskIncrementTick()
[all …]
HDHistory.txt252 ensures xTickCount reaches xNextTaskUnblockTime inside xTaskIncrementTick()
254 wakes up one tick late and a rare case assertion failure when xTickCount\
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_v1/
HDportmacro.h143 #define portALT_GET_RUN_TIME_COUNTER_VALUE( dest ) ( dest = xTickCount )
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_EM_HS/
HDportmacro.h144 #define portALT_GET_RUN_TIME_COUNTER_VALUE( dest ) ( dest = xTickCount )
/Kernel-v10.6.2/include/
HDFreeRTOS.h663 #define traceTASK_INCREMENT_TICK( xTickCount ) argument