ESP-IDF
osi_thread_start_arg::start_sem
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
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::start_sem
osi_thread_start_arg::start_sem field
Syntax
Show:
Summary
Declaration
from
thread.c:50
osi_sem_t
start_sem
;
Examples
References
from
examples
Code
Location
Referrer
osi_sem_t
start_sem
;
thread.c:50
osi_sem_give
(
&
start
->
start_sem
)
;
thread.c:151
osi_thread_run()
ret
=
osi_sem_new
(
&
start_arg
.
start_sem
,
1
,
0
)
;
thread.c:248
osi_thread_create()
osi_sem_take
(
&
start_arg
.
start_sem
,
OSI_SEM_MAX_TIMEOUT
)
;
thread.c:257
osi_thread_create()
osi_sem_free
(
&
start_arg
.
start_sem
)
;
thread.c:258
osi_thread_create()
if
(
start_arg
.
start_sem
)
{
thread.c:265
osi_thread_create()
osi_sem_free
(
&
start_arg
.
start_sem
)
;
thread.c:266
osi_thread_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
osi_thread_start_arg::start_sem
is read by 1 function:
All items filtered out
osi_thread_start_arg::start_sem
osi_thread_create()
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