Searched refs:xTimeOnEntering (Results 1 – 2 of 2) sorted by relevance
127 TickType_t xTimeOnEntering; member
3353 pxTimeOut->xTimeOnEntering = xTickCount; in vTaskSetTimeOutState()3363 pxTimeOut->xTimeOnEntering = xTickCount; in vTaskInternalSetTimeOutState()3379 const TickType_t xElapsedTime = xConstTickCount - pxTimeOut->xTimeOnEntering; in xTaskCheckForTimeOut()3403 …ws != pxTimeOut->xOverflowCount ) && ( xConstTickCount >= pxTimeOut->xTimeOnEntering ) ) /*lint !e… in xTaskCheckForTimeOut()