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