ESP-IDF
thread_data
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
thread_data struct
Thread related data for internal use
Syntax
Show:
Summary
Declaration
from
esp_httpd_priv.h:47
struct
thread_data
{
othread_t
handle
;
enum
{
THREAD_IDLE
=
0
,
THREAD_RUNNING
,
THREAD_STOPPING
,
THREAD_STOPPED
,
}
status
;
}
;
Fields
Field
Declared as
Description
thread_data::handle
othread_t
Handle to thread/task.
thread_data::status
enum
{
THREAD_IDLE
=
0
,
THREAD_RUNNING
,
THREAD_STOPPING
,
THREAD_STOPPED
,
}
State of the thread.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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