Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dtask.h127 BaseType_t xOverflowCount; member
/Kernel-v11.1.0/
Dtasks.c5513 pxTimeOut->xOverflowCount = xNumOfOverflows; in vTaskSetTimeOutState()
5527 pxTimeOut->xOverflowCount = xNumOfOverflows; in vTaskInternalSetTimeOutState()
5572 …if( ( xNumOfOverflows != pxTimeOut->xOverflowCount ) && ( xConstTickCount >= pxTimeOut->xTimeOnEnt… in xTaskCheckForTimeOut()