Searched refs:xTimeOnEntering (Results 1 – 2 of 2) sorted by relevance
128 TickType_t xTimeOnEntering; member
5553 pxTimeOut->xTimeOnEntering = xTickCount; in vTaskSetTimeOutState()5567 pxTimeOut->xTimeOnEntering = xTickCount; in vTaskInternalSetTimeOutState()5587 const TickType_t xElapsedTime = xConstTickCount - pxTimeOut->xTimeOnEntering; in xTaskCheckForTimeOut()5611 …umOfOverflows != pxTimeOut->xOverflowCount ) && ( xConstTickCount >= pxTimeOut->xTimeOnEntering ) ) in xTaskCheckForTimeOut()