Searched refs:xCoRoutineTickCount (Results 1 – 1 of 1) sorted by relevance
56 static TickType_t xCoRoutineTickCount = ( TickType_t ) 0U; variable181 xTimeToWake = xCoRoutineTickCount + xTicksToDelay; in vCoRoutineAddToDelayedList()191 if( xTimeToWake < xCoRoutineTickCount ) in vCoRoutineAddToDelayedList()246 xCoRoutineTickCount++; in prvCheckDelayedList()250 if( xCoRoutineTickCount == 0 ) in prvCheckDelayedList()266 if( xCoRoutineTickCount < listGET_LIST_ITEM_VALUE( &( pxCRCB->xGenericListItem ) ) ) in prvCheckDelayedList()293 xLastTickCount = xCoRoutineTickCount; in prvCheckDelayedList()399 xCoRoutineTickCount = ( TickType_t ) 0U; in vCoRoutineResetState()