Home
last modified time | relevance | path

Searched refs:xElapsedTime (Results 1 – 1 of 1) sorted by relevance

/Kernel-v11.0.1/
Dtasks.c5587 const TickType_t xElapsedTime = xConstTickCount - pxTimeOut->xTimeOnEntering; in xTaskCheckForTimeOut() local
5621 else if( xElapsedTime < *pxTicksToWait ) in xTaskCheckForTimeOut()
5624 *pxTicksToWait -= xElapsedTime; in xTaskCheckForTimeOut()