Searched refs:xNumOfOverflows (Results 1 – 1 of 1) sorted by relevance
211 xNumOfOverflows++; \372 PRIVILEGED_DATA static volatile BaseType_t xNumOfOverflows = ( BaseType_t ) 0; variable3352 pxTimeOut->xOverflowCount = xNumOfOverflows; in vTaskSetTimeOutState()3362 pxTimeOut->xOverflowCount = xNumOfOverflows; in vTaskInternalSetTimeOutState()3403 …if( ( xNumOfOverflows != pxTimeOut->xOverflowCount ) && ( xConstTickCount >= pxTimeOut->xTimeOnEnt… in xTaskCheckForTimeOut()