ESP-IDF
osi_thread::work_sem
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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::work_sem
osi_thread::work_sem field
Syntax
Show:
Summary
Declaration
from
thread.c:44
osi_sem_t
work_sem
;
Examples
References
from
examples
Code
Location
Referrer
osi_sem_t
work_sem
;
thread.c:44
osi_sem_take
(
&
thread
->
work_sem
,
OSI_SEM_MAX_TIMEOUT
)
;
thread.c:156
osi_thread_run()
osi_sem_give
(
&
thread
->
work_sem
)
;
thread.c:194
osi_thread_stop()
ret
=
osi_sem_new
(
&
thread
->
work_sem
,
1
,
0
)
;
thread.c:237
osi_thread_create()
if
(
thread
->
work_sem
)
{
thread.c:285
osi_thread_create()
osi_sem_free
(
&
thread
->
work_sem
)
;
thread.c:286
osi_thread_create()
if
(
thread
->
work_sem
)
{
thread.c:318
osi_thread_free()
osi_sem_free
(
&
thread
->
work_sem
)
;
thread.c:319
osi_thread_free()
osi_sem_give
(
&
thread
->
work_sem
)
;
thread.c:348
osi_thread_post()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
osi_thread::work_sem
is read by 2 functions:
All items filtered out
osi_thread::work_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