Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/include/freertos/
Dtask.h123 BaseType_t xOverflowCount; member
/hal_espressif-3.6.0/components/freertos/
Dtasks.c3778 pxTimeOut->xOverflowCount = xNumOfOverflows; in vTaskSetTimeOutState()
3788 pxTimeOut->xOverflowCount = xNumOfOverflows; in vTaskInternalSetTimeOutState()
3829 …if( ( xNumOfOverflows != pxTimeOut->xOverflowCount ) && ( xConstTickCount >= pxTimeOut->xTimeOnEnt… in xTaskCheckForTimeOut()