Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Dtasks.c251 xNumOfOverflows++; \
485 PRIVILEGED_DATA static volatile BaseType_t xNumOfOverflows = ( BaseType_t ) 0; variable
5552 pxTimeOut->xOverflowCount = xNumOfOverflows; in vTaskSetTimeOutState()
5566 pxTimeOut->xOverflowCount = xNumOfOverflows; in vTaskInternalSetTimeOutState()
5611 …if( ( xNumOfOverflows != pxTimeOut->xOverflowCount ) && ( xConstTickCount >= pxTimeOut->xTimeOnEnt… in xTaskCheckForTimeOut()