ESP-IDF
osi_event::thread
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_event::thread
osi_event::thread field
Syntax
Show:
Summary
Declaration
from
thread.c:59
osi_thread_t
*
thread
;
Examples
References
from
examples
Code
Location
Referrer
osi_thread_t
*
thread
;
thread.c:59
if
(
event
==
NULL
||
event
->
thread
!=
NULL
)
{
thread.c:404
osi_event_bind()
event
->
thread
=
thread
;
thread.c:412
osi_event_bind()
assert
(
event
!=
NULL
&&
event
->
thread
!=
NULL
)
;
thread.c:431
osi_thread_post_event()
assert
(
event
->
queue_idx
>=
0
&&
event
->
queue_idx
<
event
->
thread
->
work_queue_num
)
;
thread.c:432
osi_thread_post_event()
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
All items filtered out
All items filtered out
Data Use
from
examples
osi_event::thread
is written by 1 function and is read by 2 functions:
osi_event_bind()
All items filtered out
osi_event::thread
osi_event_bind()
osi_thread_post_event()
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