Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dcroutine.c57 static TickType_t xLastTickCount = ( TickType_t ) 0U; variable
242 xPassedTicks = xTaskGetTickCount() - xLastTickCount; in prvCheckDelayedList()
293 xLastTickCount = xCoRoutineTickCount; in prvCheckDelayedList()
400 xLastTickCount = ( TickType_t ) 0U; in vCoRoutineResetState()