Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDtasks.c3379 const TickType_t xElapsedTime = xConstTickCount - pxTimeOut->xTimeOnEntering; in xTaskCheckForTimeOut() local
3413 …else if( xElapsedTime < *pxTicksToWait ) /*lint !e961 Explicit casting is only redundant with some… in xTaskCheckForTimeOut()
3416 *pxTicksToWait -= xElapsedTime; in xTaskCheckForTimeOut()