Searched refs:xElapsedTime (Results 1 – 1 of 1) sorted by relevance
5548 const TickType_t xElapsedTime = xConstTickCount - pxTimeOut->xTimeOnEntering; in xTaskCheckForTimeOut() local5582 else if( xElapsedTime < *pxTicksToWait ) in xTaskCheckForTimeOut()5585 *pxTicksToWait -= xElapsedTime; in xTaskCheckForTimeOut()