ESP-IDF
osi_thead_work_queue_get()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
osi_thead_work_queue_get()
osi_thead_work_queue_get() function
Syntax
Show:
Summary
Declaration
from
thread.c:97
static
bool
osi_thead_work_queue_get
(
struct
work_queue
*
wq
,
struct
work_item
*
item
)
;
Arguments
Argument
wq
item
Related Functions
Found 3 other functions taking a
work_queue
argument:
Function
osi_work_queue_delete()
osi_thead_work_queue_put()
osi_thead_work_queue_len()
Examples
References
from
examples
Code
Location
Referrer
static
bool
osi_thead_work_queue_get
(
struct
work_queue
*
wq
,
struct
work_item
*
item
)
thread.c:97
if
(
osi_thead_work_queue_get
(
thread
->
work_queues
[
idx
]
,
&
item
)
==
true
)
{
thread.c:164
osi_thread_run()
Call Tree
from
examples
osi_thead_work_queue_get()
is called by 1 function and calls 2 functions:
osi_thread_run()
All items filtered out
osi_thead_work_queue_get()
__assert_func()
xQueueReceive()
All items filtered out
Data Use
from
examples
osi_thead_work_queue_get()
reads 1 variable:
work_queue::queue
All items filtered out
osi_thead_work_queue_get()
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