Searched refs:xTickCount (Results 1 – 5 of 5) sorted by relevance
143 #define portALT_GET_RUN_TIME_COUNTER_VALUE( dest ) ( dest = xTickCount )
144 #define portALT_GET_RUN_TIME_COUNTER_VALUE( dest ) ( dest = xTickCount )
480 PRIVILEGED_DATA static volatile TickType_t xTickCount = ( TickType_t ) configINITIAL_TICK_COUNT; variable2363 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 …]
344 ensures xTickCount reaches xNextTaskUnblockTime inside xTaskIncrementTick()346 wakes up one tick late and a rare case assertion failure when xTickCount\
809 #define traceTASK_INCREMENT_TICK( xTickCount ) argument