Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_http_server/src/
Dhttpd_main.c155 hd->hd_td.status = THREAD_STOPPING; in httpd_process_ctrl_msg()
216 if (hd->hd_td.status == THREAD_STOPPING) { in httpd_server()
246 hd->hd_td.status = THREAD_RUNNING; in httpd_thread()
261 hd->hd_td.status = THREAD_STOPPED; in httpd_thread()
429 if (httpd_os_thread_create(&hd->hd_td.handle, "httpd", in httpd_start()
456 while (hd->hd_td.status != THREAD_STOPPED) { in httpd_stop()
Desp_httpd_priv.h111 struct thread_data hd_td; /*!< Information for the HTTPD thread */ member
Dhttpd_parse.c833 if (httpd_os_thread_handle() == hd->hd_td.handle) { in httpd_validate_req_ptr()