Searched refs:xTimeOnEntering (Results 1 – 2 of 2) sorted by relevance
124 TickType_t xTimeOnEntering; member
3779 pxTimeOut->xTimeOnEntering = xTickCount; in vTaskSetTimeOutState()3789 pxTimeOut->xTimeOnEntering = xTickCount; in vTaskInternalSetTimeOutState()3805 const TickType_t xElapsedTime = xConstTickCount - pxTimeOut->xTimeOnEntering; in xTaskCheckForTimeOut()3829 …ws != pxTimeOut->xOverflowCount ) && ( xConstTickCount >= pxTimeOut->xTimeOnEntering ) ) /*lint !e… in xTaskCheckForTimeOut()