ESP-IDF
osi_thread_start_arg
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
osi_thread_start_arg
osi_thread_start_arg struct
Syntax
Show:
Summary
Declaration
from
thread.c:48
struct
osi_thread_start_arg
{
osi_thread_t
*
thread
;
osi_sem_t
start_sem
;
int
error
;
}
;
Fields
Field
Declared as
osi_thread_start_arg::thread
osi_thread_t
*
osi_thread_start_arg::start_sem
osi_sem_t
osi_thread_start_arg::error
int
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
osi_thread_start_arg
{
thread.c:48
struct
osi_thread_start_arg
*
start
=
(
struct
osi_thread_start_arg
*
)
arg
;
thread.c:148
osi_thread_run()
struct
osi_thread_start_arg
start_arg
=
{
0
}
;
thread.c:209
osi_thread_create()
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