Lines Matching refs:xNextTaskUnblockTime
374 PRIVILEGED_DATA static volatile TickType_t xNextTaskUnblockTime = ( TickType_t ) 0U; /* Initialised… variable
2050 xNextTaskUnblockTime = portMAX_DELAY; in vTaskStartScheduler()
2179 xReturn = xNextTaskUnblockTime - xTickCount; in prvGetExpectedIdleTime()
2647 configASSERT( ( xTickCount + xTicksToJump ) <= xNextTaskUnblockTime ); in vTaskStepTick()
2649 if( ( xTickCount + xTicksToJump ) == xNextTaskUnblockTime ) in vTaskStepTick()
2815 if( xConstTickCount >= xNextTaskUnblockTime ) in xTaskIncrementTick()
2826 …xNextTaskUnblockTime = portMAX_DELAY; /*lint !e961 MISRA exception as the casts are only redundant… in xTaskIncrementTick()
2845 xNextTaskUnblockTime = xItemValue; in xTaskIncrementTick()
3569 configASSERT( xNextTaskUnblockTime >= xTickCount ); in portTASK_FUNCTION()
4075 xNextTaskUnblockTime = portMAX_DELAY; in prvResetNextTaskUnblockTime()
4083 xNextTaskUnblockTime = listGET_ITEM_VALUE_OF_HEAD_ENTRY( pxDelayedTaskList ); in prvResetNextTaskUnblockTime()
5449 if( xTimeToWake < xNextTaskUnblockTime ) in prvAddCurrentTaskToDelayedList()
5451 xNextTaskUnblockTime = xTimeToWake; in prvAddCurrentTaskToDelayedList()
5483 if( xTimeToWake < xNextTaskUnblockTime ) in prvAddCurrentTaskToDelayedList()
5485 xNextTaskUnblockTime = xTimeToWake; in prvAddCurrentTaskToDelayedList()