pthread sample
example_thread()
is only used within pthread sample.
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
pthread sample
example_thread()
example_thread() function
Syntax
Show:
Summary
Declaration
Definition
from
pthread_example.c:17
static
void
*
example_thread
(
void
*
arg
)
;
Implemented in
pthread_example.c:59
Arguments
Argument
arg
Examples
References
from
examples
Code
Location
Referrer
static
void
*
example_thread
(
void
*
arg
)
pthread_example.c:59
static
void
*
example_thread
(
void
*
arg
)
;
pthread_example.c:17
res
=
pthread_create
(
&
thread1
,
NULL
,
example_thread
,
NULL
)
;
pthread_example.c:27
app_main()
res
=
pthread_create
(
&
thread2
,
&
attr
,
example_thread
,
NULL
)
;
pthread_example.c:35
app_main()
res
=
pthread_create
(
&
thread1
,
NULL
,
example_thread
,
NULL
)
;
pthread_example.c:51
app_main()
Call Tree
from
examples
example_thread()
calls 4 functions:
All items filtered out
example_thread()
uxTaskGetStackHighWaterMark()
sleep()
usleep()
pthread_self()
All items filtered out
Data Use
from
examples
example_thread()
writes 1 variable:
All items filtered out
example_thread()
app_main()
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