Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/ThirdParty/GCC/ARC_v1/
Dportmacro.h143 #define portALT_GET_RUN_TIME_COUNTER_VALUE( dest ) ( dest = xTickCount )
/Kernel-v11.0.1/portable/ThirdParty/GCC/ARC_EM_HS/
Dportmacro.h144 #define portALT_GET_RUN_TIME_COUNTER_VALUE( dest ) ( dest = xTickCount )
/Kernel-v11.0.1/
Dtasks.c480 PRIVILEGED_DATA static volatile TickType_t xTickCount = ( TickType_t ) configINITIAL_TICK_COUNT; variable
2363 const TickType_t xConstTickCount = xTickCount; in xTaskDelayUntil()
3714 xTickCount = ( TickType_t ) configINITIAL_TICK_COUNT; in vTaskStartScheduler()
3915 xReturn -= xTickCount; in prvGetExpectedIdleTime()
4083 xTicks = xTickCount; in xTaskGetTickCount()
4118 xReturn = xTickCount; in xTaskGetTickCountFromISR()
4555 xUpdatedTickCount = xTickCount + xTicksToJump; in vTaskStepTick()
4579 xTickCount += xTicksToJump; in vTaskStepTick()
4727 traceTASK_INCREMENT_TICK( xTickCount ); in xTaskIncrementTick()
4737 const TickType_t xConstTickCount = xTickCount + ( TickType_t ) 1; in xTaskIncrementTick()
[all …]
DHistory.txt344 ensures xTickCount reaches xNextTaskUnblockTime inside xTaskIncrementTick()
346 wakes up one tick late and a rare case assertion failure when xTickCount\
/Kernel-v11.0.1/include/
DFreeRTOS.h809 #define traceTASK_INCREMENT_TICK( xTickCount ) argument