ESP-IDF
osi_event::lock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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_event::lock
osi_event::lock field
Syntax
Show:
Summary
Declaration
from
thread.c:56
osi_mutex_t
lock
;
Examples
References
from
examples
Code
Location
Referrer
osi_mutex_t
lock
;
thread.c:56
if
(
osi_mutex_new
(
&
event
->
lock
)
==
0
)
{
thread.c:382
osi_event_create()
osi_mutex_free
(
&
event
->
lock
)
;
thread.c:396
osi_event_delete()
osi_mutex_lock
(
&
event
->
lock
,
OSI_MUTEX_MAX_TIMEOUT
)
;
thread.c:422
osi_thread_generic_event_handler()
osi_mutex_unlock
(
&
event
->
lock
)
;
thread.c:424
osi_thread_generic_event_handler()
osi_mutex_lock
(
&
event
->
lock
,
OSI_MUTEX_MAX_TIMEOUT
)
;
thread.c:436
osi_thread_post_event()
osi_mutex_unlock
(
&
event
->
lock
)
;
thread.c:439
osi_thread_post_event()
osi_mutex_lock
(
&
event
->
lock
,
OSI_MUTEX_MAX_TIMEOUT
)
;
thread.c:445
osi_thread_post_event()
osi_mutex_unlock
(
&
event
->
lock
)
;
thread.c:447
osi_thread_post_event()
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