ESP-IDF
osi_thead_work_queue_len()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_len()
osi_thead_work_queue_len() function
Syntax
Show:
Summary
Declaration
from
thread.c:130
static
size_t
osi_thead_work_queue_len
(
struct
work_queue
*
wq
)
;
Arguments
Argument
wq
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_put()
Examples
References
from
examples
Code
Location
Referrer
static
size_t
osi_thead_work_queue_len
(
struct
work_queue
*
wq
)
thread.c:130
return
(
int
)
(
osi_thead_work_queue_len
(
thread
->
work_queues
[
wq_idx
]
)
)
;
thread.c:374
osi_thread_queue_wait_size()
Call Tree
from
examples
osi_thead_work_queue_len()
is called by 1 function and calls 2 functions:
osi_thread_queue_wait_size()
All items filtered out
osi_thead_work_queue_len()
__assert_func()
uxQueueSpacesAvailable()
All items filtered out
Data Use
from
examples
osi_thead_work_queue_len()
reads 2 variables:
work_queue::queue
work_queue::capacity
All items filtered out
osi_thead_work_queue_len()
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