Home
last modified time | relevance | path

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

/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/src/freertos/
DMQTTFreeRTOS.c69xTaskCheckForTimeOut(&timer->xTimeOut, &timer->xTicksToWait); /* updates xTicksToWait to the numbe… in TimerLeftMS()
76 return xTaskCheckForTimeOut(&timer->xTimeOut, &timer->xTicksToWait) == pdTRUE; in TimerIsExpired()
107 } while (recvLen < len && xTaskCheckForTimeOut(&xTimeOut, &xTicksToWait) == pdFALSE); in FreeRTOS_read()
133 } while (sentLen < len && xTaskCheckForTimeOut(&xTimeOut, &xTicksToWait) == pdFALSE); in FreeRTOS_write()
/device/soc/esp/esp32/components/osal/include/esp_osal/
Dmpu_wrappers.h89 #define xTaskCheckForTimeOut MPU_xTaskCheckForTimeOut macro
/device/soc/esp/esp32/components/osal/
Dqueue.c217 static BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut, TickType_t * const pxTicksToWa… in xTaskCheckForTimeOut() function
832 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueGenericSend()
1137 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueReceive()
1275 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueSemaphoreTake()