ESP-IDF
work_item::func
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
work_item::func
work_item::func field
Syntax
Show:
Summary
Declaration
from
thread.c:29
osi_thread_func_t
func
;
Examples
References
from
examples
Code
Location
Referrer
osi_thread_func_t
func
;
thread.c:29
item
.
func
(
item
.
context
)
;
thread.c:165
osi_thread_run()
item
.
func
=
func
;
thread.c:341
osi_thread_post()
event
->
item
.
func
=
func
;
thread.c:383
osi_event_create()
if
(
event
!=
NULL
&&
event
->
item
.
func
!=
NULL
)
{
thread.c:421
osi_thread_generic_event_handler()
event
->
item
.
func
(
event
->
item
.
context
)
;
thread.c:425
osi_thread_generic_event_handler()
Call Tree
from
examples
work_item::func
is called by 2 functions:
osi_thread_run()
osi_thread_generic_event_handler()
All items filtered out
work_item::func
All items filtered out
Data Use
from
examples
work_item::func
is written by 2 functions and is read by 1 function:
osi_thread_post()
osi_event_create()
All items filtered out
work_item::func
osi_thread_generic_event_handler()
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