ESP-IDF
osi_thread::stop_sem
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::stop_sem
osi_thread::stop_sem field
Syntax
Show:
Summary
Declaration
from
thread.c:45
osi_sem_t
stop_sem
;
Examples
References
from
examples
Code
Location
Referrer
osi_sem_t
stop_sem
;
thread.c:45
osi_sem_give
(
&
thread
->
stop_sem
)
;
thread.c:175
osi_thread_run()
return
osi_sem_take
(
&
thread
->
stop_sem
,
wait_ms
)
;
thread.c:183
osi_thread_join()
ret
=
osi_sem_new
(
&
thread
->
stop_sem
,
1
,
0
)
;
thread.c:242
osi_thread_create()
if
(
thread
->
stop_sem
)
{
thread.c:289
osi_thread_create()
osi_sem_free
(
&
thread
->
stop_sem
)
;
thread.c:290
osi_thread_create()
if
(
thread
->
stop_sem
)
{
thread.c:322
osi_thread_free()
osi_sem_free
(
&
thread
->
stop_sem
)
;
thread.c:323
osi_thread_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
osi_thread::stop_sem
is read by 2 functions:
All items filtered out
osi_thread::stop_sem
osi_thread_create()
osi_thread_free()
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