ESP-IDF
work_item
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
work_item
work_item struct
Syntax
Show:
Summary
Declaration
from
thread.c:28
struct
work_item
{
osi_thread_func_t
func
;
void
*
context
;
}
;
Fields
Field
Declared as
work_item::func
osi_thread_func_t
work_item::context
void
*
Related Functions
Found 2 other functions taking a
work_item
argument:
Function
osi_thead_work_queue_get()
osi_thead_work_queue_put()
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
work_item
{
thread.c:28
struct
work_item
item
;
thread.c:55
osi_event
osi_event::item
wq
->
queue
=
xQueueCreate
(
capacity
,
sizeof
(
struct
work_item
)
)
;
thread.c:72
osi_work_queue_create()
static
bool
osi_thead_work_queue_get
(
struct
work_queue
*
wq
,
struct
work_item
*
item
)
thread.c:97
osi_thead_work_queue_get()
osi_thead_work_queue_get()::item
static
bool
osi_thead_work_queue_put
(
struct
work_queue
*
wq
,
const
struct
work_item
*
item
,
uint32_t
timeout
)
thread.c:110
osi_thead_work_queue_put()
osi_thead_work_queue_put()::item
struct
work_item
item
;
thread.c:162
osi_thread_run()
struct
work_item
item
;
thread.c:339
osi_thread_post()
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
Instance
Scope
Location
Project
osi_event::item
osi_event
thread.c:55
osi_thead_work_queue_get()::item
osi_thead_work_queue_get()
thread.c:97
osi_thead_work_queue_put()::item
osi_thead_work_queue_put()
thread.c:110
Lifecycle
from
examples
All items filtered out
All items filtered out