Searched refs:hd_td (Results 1 – 3 of 3) sorted by relevance
155 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()
111 struct thread_data hd_td; /*!< Information for the HTTPD thread */ member
833 if (httpd_os_thread_handle() == hd->hd_td.handle) { in httpd_validate_req_ptr()