ESP-IDF
osi_work_queue_delete()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_work_queue_delete()
osi_work_queue_delete() function
Syntax
Show:
Summary
Declaration
from
thread.c:84
static
void
osi_work_queue_delete
(
struct
work_queue
*
wq
)
;
Arguments
Argument
wq
Related Functions
Found 3 other functions taking a
work_queue
argument:
Function
osi_thead_work_queue_get()
osi_thead_work_queue_put()
osi_thead_work_queue_len()
Examples
References
from
examples
Code
Location
Referrer
static
void
osi_work_queue_delete
(
struct
work_queue
*
wq
)
thread.c:84
osi_work_queue_delete
(
thread
->
work_queues
[
i
]
)
;
thread.c:275
osi_thread_create()
osi_work_queue_delete
(
thread
->
work_queues
[
i
]
)
;
thread.c:308
osi_thread_free()
Call Tree
from
examples
osi_work_queue_delete()
is called by 2 functions and calls 2 functions:
osi_thread_create()
osi_thread_free()
All items filtered out
osi_work_queue_delete()
free()
vQueueDelete()
All items filtered out
Data Use
from
examples
osi_work_queue_delete()
reads 1 variable and writes 2 variables:
work_queue::queue
All items filtered out
osi_work_queue_delete()
work_queue::queue
work_queue::capacity
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
osi_work_queue_delete()
allocates 1 types:
work_queue
All items filtered out
osi_work_queue_delete()
All items filtered out