Lines Matching refs:xTickCount
487 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()
4699 xTickCount = xConstTickCount; in xTaskIncrementTick()
5332 traceTASK_DELAY_UNTIL( ( xTickCount + xTicksToWait ) ); in vTaskPlaceOnEventListRestricted()
5514 pxTimeOut->xTimeOnEntering = xTickCount; in vTaskSetTimeOutState()
5528 pxTimeOut->xTimeOnEntering = xTickCount; in vTaskInternalSetTimeOutState()
5547 const TickType_t xConstTickCount = xTickCount; in xTaskCheckForTimeOut()
5837 configASSERT( xNextTaskUnblockTime >= xTickCount ); in portTASK_FUNCTION()
7898 configASSERT( xTickCount == ( TickType_t ) 0 ); in xTaskGenericNotify()
8041 configASSERT( xTickCount == ( TickType_t ) 0 ); in xTaskGenericNotifyFromISR()
8419 const TickType_t xConstTickCount = xTickCount; in prvAddCurrentTaskToDelayedList()
8670 xTickCount = ( TickType_t ) configINITIAL_TICK_COUNT; in vTaskResetState()