Searched refs:expired (Results 1 – 8 of 8) sorted by relevance
471 uint32_t expired = xTaskGetTickCount() - start; in esp_tls_conn_new() local472 if (expired >= timeout_ticks) { in esp_tls_conn_new()496 uint32_t expired = xTaskGetTickCount() - start; in esp_tls_conn_new_sync() local497 if (expired >= timeout_ticks) { in esp_tls_conn_new_sync()
144 int "Outbox message expired timeout[ms]"
35 Once expired the current connection with the client will be closed
95 If `skip_unhandled_events` is set then a periodic timer that has expired multiple times without bei…
596 5.3 :code:`Incomplete timer expired` 代表什么?
594 5.3 What is the meaning of warning :code:`Incomplete timer expired`?617 …nicast address. After the corresponding response is received or timer is expired, then another mes…
5049 uint32_t expired = xTaskGetTickCount() - start; in mdns_service_add_for_host() local5050 if (expired >= timeout_ticks) { in mdns_service_add_for_host()5053 vTaskDelay(MIN(10 / portTICK_RATE_MS, timeout_ticks - expired)); in mdns_service_add_for_host()
494 blocked task's timeout has not expired.2038 expired or they are able to complete their operation. It is therefore no