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 )
487 PRIVILEGED_DATA static volatile TickType_t xTickCount = ( TickType_t ) configINITIAL_TICK_COUNT; variable2358 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 …]
421 ensures xTickCount reaches xNextTaskUnblockTime inside xTaskIncrementTick()423 wakes up one tick late and a rare case assertion failure when xTickCount\
857 #define traceTASK_INCREMENT_TICK( xTickCount ) argument