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