Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dtasks.c5548 const TickType_t xElapsedTime = xConstTickCount - pxTimeOut->xTimeOnEntering; in xTaskCheckForTimeOut() local
5582 else if( xElapsedTime < *pxTicksToWait ) in xTaskCheckForTimeOut()
5585 *pxTicksToWait -= xElapsedTime; in xTaskCheckForTimeOut()