Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
HDtask.h126 BaseType_t xOverflowCount; member
/Kernel-v10.6.2/
HDtasks.c3352 pxTimeOut->xOverflowCount = xNumOfOverflows; in vTaskSetTimeOutState()
3362 pxTimeOut->xOverflowCount = xNumOfOverflows; in vTaskInternalSetTimeOutState()
3403 …if( ( xNumOfOverflows != pxTimeOut->xOverflowCount ) && ( xConstTickCount >= pxTimeOut->xTimeOnEnt… in xTaskCheckForTimeOut()