Searched refs:xNumOfOverflows (Results 1 – 1 of 1) sorted by relevance
251 xNumOfOverflows++; \485 PRIVILEGED_DATA static volatile BaseType_t xNumOfOverflows = ( BaseType_t ) 0; variable5552 pxTimeOut->xOverflowCount = xNumOfOverflows; in vTaskSetTimeOutState()5566 pxTimeOut->xOverflowCount = xNumOfOverflows; in vTaskInternalSetTimeOutState()5611 …if( ( xNumOfOverflows != pxTimeOut->xOverflowCount ) && ( xConstTickCount >= pxTimeOut->xTimeOnEnt… in xTaskCheckForTimeOut()