Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_v1/
Dportmacro.h143 #define portALT_GET_RUN_TIME_COUNTER_VALUE( dest ) ( dest = xTickCount )
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_EM_HS/
Dportmacro.h144 #define portALT_GET_RUN_TIME_COUNTER_VALUE( dest ) ( dest = xTickCount )
/Kernel-v11.1.0/
Dtasks.c487 PRIVILEGED_DATA static volatile TickType_t xTickCount = ( TickType_t ) configINITIAL_TICK_COUNT; variable
2358 const TickType_t xConstTickCount = xTickCount; in xTaskDelayUntil()
3722 xTickCount = ( TickType_t ) configINITIAL_TICK_COUNT; in vTaskStartScheduler()
3947 xReturn -= xTickCount; in prvGetExpectedIdleTime()
4115 xTicks = xTickCount; in xTaskGetTickCount()
4150 xReturn = xTickCount; in xTaskGetTickCountFromISR()
4513 xUpdatedTickCount = xTickCount + xTicksToJump; in vTaskStepTick()
4537 xTickCount += xTicksToJump; in vTaskStepTick()
4685 traceTASK_INCREMENT_TICK( xTickCount ); in xTaskIncrementTick()
4695 const TickType_t xConstTickCount = xTickCount + ( TickType_t ) 1; in xTaskIncrementTick()
[all …]
DHistory.txt421 ensures xTickCount reaches xNextTaskUnblockTime inside xTaskIncrementTick()
423 wakes up one tick late and a rare case assertion failure when xTickCount\
/Kernel-v11.1.0/include/
DFreeRTOS.h857 #define traceTASK_INCREMENT_TICK( xTickCount ) argument