ESP-IDF
thread_data::status
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
thread_data::status
thread_data::status field
State of the thread
Syntax
Show:
Summary
Declaration
from
esp_httpd_priv.h:49
enum
{
THREAD_IDLE
=
0
,
THREAD_RUNNING
,
THREAD_STOPPING
,
THREAD_STOPPED
,
}
status
;
Examples
References
from
examples
Code
Location
Referrer
}
status
;
/*!< State of the thread */
esp_httpd_priv.h:54
hd
->
hd_td
.
status
=
THREAD_STOPPING
;
httpd_main.c:236
httpd_process_ctrl_msg()
if
(
hd
->
hd_td
.
status
==
THREAD_STOPPING
)
{
httpd_main.c:305
httpd_server()
hd
->
hd_td
.
status
=
THREAD_RUNNING
;
httpd_main.c:335
httpd_thread()
hd
->
hd_td
.
status
=
THREAD_STOPPED
;
httpd_main.c:350
httpd_thread()
while
(
hd
->
hd_td
.
status
!=
THREAD_STOPPED
)
{
httpd_main.c:564
httpd_stop()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
thread_data::status
is written by 2 functions and is read by 2 functions:
httpd_process_ctrl_msg()
httpd_thread()
All items filtered out
thread_data::status
httpd_server()
httpd_stop()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out