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