ESP-IDF
osi_thead_work_queue_put()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_put()
osi_thead_work_queue_put() function
Syntax
Show:
Summary
Declaration
from
thread.c:110
static
bool
osi_thead_work_queue_put
(
struct
work_queue
*
wq
,
const
struct
work_item
*
item
,
uint32_t
timeout
)
;
Arguments
Argument
wq
item
timeout
Related Functions
Found 3 other functions taking a
work_queue
argument:
Function
osi_work_queue_delete()
osi_thead_work_queue_get()
osi_thead_work_queue_len()
Examples
References
from
examples
Code
Location
Referrer
static
bool
osi_thead_work_queue_put
(
struct
work_queue
*
wq
,
const
struct
work_item
*
item
,
uint32_t
timeout
)
thread.c:110
if
(
osi_thead_work_queue_put
(
thread
->
work_queues
[
queue_idx
]
,
&
item
,
timeout
)
==
false
)
{
thread.c:344
osi_thread_post()
Call Tree
from
examples
osi_thead_work_queue_put()
is called by 1 function and calls 2 functions:
osi_thread_post()
All items filtered out
osi_thead_work_queue_put()
__assert_func()
xQueueGenericSend()
All items filtered out
Data Use
from
examples
osi_thead_work_queue_put()
reads 1 variable:
work_queue::queue
All items filtered out
osi_thead_work_queue_put()
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