Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDcroutine.c56 static TickType_t xCoRoutineTickCount = 0, xLastTickCount = 0, xPassedTicks = 0; variable
170 xTimeToWake = xCoRoutineTickCount + xTicksToDelay; in vCoRoutineAddToDelayedList()
180 if( xTimeToWake < xCoRoutineTickCount ) in vCoRoutineAddToDelayedList()
233 xCoRoutineTickCount++; in prvCheckDelayedList()
237 if( xCoRoutineTickCount == 0 ) in prvCheckDelayedList()
253 if( xCoRoutineTickCount < listGET_LIST_ITEM_VALUE( &( pxCRCB->xGenericListItem ) ) ) in prvCheckDelayedList()
280 xLastTickCount = xCoRoutineTickCount; in prvCheckDelayedList()