Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freertos/include/freertos/
Dtask.h124 TickType_t xTimeOnEntering; member
/hal_espressif-3.4.0/components/freertos/
Dtasks.c3779 pxTimeOut->xTimeOnEntering = xTickCount; in vTaskSetTimeOutState()
3789 pxTimeOut->xTimeOnEntering = xTickCount; in vTaskInternalSetTimeOutState()
3805 const TickType_t xElapsedTime = xConstTickCount - pxTimeOut->xTimeOnEntering; in xTaskCheckForTimeOut()
3829 …ws != pxTimeOut->xOverflowCount ) && ( xConstTickCount >= pxTimeOut->xTimeOnEntering ) ) /*lint !e… in xTaskCheckForTimeOut()