ESP-IDF
osi_thread_generic_event_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
osi_thread_generic_event_handler()
osi_thread_generic_event_handler() function
Syntax
Show:
Summary
Declaration
from
thread.c:418
static
void
osi_thread_generic_event_handler
(
void
*
context
)
;
Arguments
Argument
context
Examples
References
from
examples
Code
Location
Referrer
static
void
osi_thread_generic_event_handler
(
void
*
context
)
thread.c:418
ret
=
osi_thread_post
(
event
->
thread
,
osi_thread_generic_event_handler
,
event
,
event
->
queue_idx
,
timeout
)
;
thread.c:442
osi_thread_post_event()
Call Tree
from
examples
osi_thread_generic_event_handler()
calls 3 functions:
All items filtered out
osi_thread_generic_event_handler()
osi_mutex_lock()
osi_mutex_unlock()
work_item::func
All items filtered out
Data Use
from
examples
osi_thread_generic_event_handler()
reads 3 variables and writes 2 variables:
work_item::func
work_item::context
osi_event::item
All items filtered out
osi_thread_generic_event_handler()
osi_thread_post_event()
osi_event::is_queued
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