Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDtasks.c211 xNumOfOverflows++; \
372 PRIVILEGED_DATA static volatile BaseType_t xNumOfOverflows = ( BaseType_t ) 0; variable
3352 pxTimeOut->xOverflowCount = xNumOfOverflows; in vTaskSetTimeOutState()
3362 pxTimeOut->xOverflowCount = xNumOfOverflows; in vTaskInternalSetTimeOutState()
3403 …if( ( xNumOfOverflows != pxTimeOut->xOverflowCount ) && ( xConstTickCount >= pxTimeOut->xTimeOnEnt… in xTaskCheckForTimeOut()