Searched refs:xElapsedTime (Results 1 – 1 of 1) sorted by relevance
3379 const TickType_t xElapsedTime = xConstTickCount - pxTimeOut->xTimeOnEntering; in xTaskCheckForTimeOut() local3413 …else if( xElapsedTime < *pxTicksToWait ) /*lint !e961 Explicit casting is only redundant with some… in xTaskCheckForTimeOut()3416 *pxTicksToWait -= xElapsedTime; in xTaskCheckForTimeOut()