lwIP
sys_thread_new()
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
sys_thread_new()
sys_thread_new() function
Create a new thread
Syntax
Show:
Summary
Declaration
Definition
from
sys.h:420
sys_thread_t
sys_thread_new
(
const
char
*
name
,
lwip_thread_fn
thread
,
void
*
arg
,
int
stacksize
,
int
prio
)
;
Implemented in
sys_arch.c:382
Arguments
Argument
Declared as
Description
name
const
char
*
thread name
thread
lwip_thread_fn
thread function
arg
void
*
thread arguments
stacksize
int
stacksize of the thread
prio
int
priority of the thread
Return value
thread ID
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