ESP-IDF
osi_thread::work_queue_num
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
osi_thread::work_queue_num
osi_thread::work_queue_num field
Work queue number
Syntax
Show:
Summary
Declaration
from
thread.c:42
uint8_t
work_queue_num
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
work_queue_num
;
/*!< Work queue number */
thread.c:42
while
(
!
thread
->
stop
&&
idx
<
thread
->
work_queue_num
)
{
thread.c:163
osi_thread_run()
thread
->
work_queue_num
=
work_queue_num
;
thread.c:227
osi_thread_create()
for
(
int
i
=
0
;
i
<
thread
->
work_queue_num
;
i
++
)
{
thread.c:229
osi_thread_create()
for
(
int
i
=
0
;
i
<
thread
->
work_queue_num
;
i
++
)
{
thread.c:273
osi_thread_create()
for
(
int
i
=
0
;
i
<
thread
->
work_queue_num
;
i
++
)
{
thread.c:306
osi_thread_free()
if
(
queue_idx
>=
thread
->
work_queue_num
)
{
thread.c:335
osi_thread_post()
if
(
wq_idx
<
0
||
wq_idx
>=
thread
->
work_queue_num
)
{
thread.c:370
osi_thread_queue_wait_size()
if
(
thread
==
NULL
||
queue_idx
>=
thread
->
work_queue_num
)
{
thread.c:408
osi_event_bind()
assert
(
event
->
queue_idx
>=
0
&&
event
->
queue_idx
<
event
->
thread
->
work_queue_num
)
;
thread.c:432
osi_thread_post_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
osi_thread::work_queue_num
is written by 1 function and is read by 7 functions:
osi_thread_create()
All items filtered out
osi_thread::work_queue_num
osi_thread_run()
osi_thread_create()
osi_thread_free()
osi_thread_post()
osi_thread_queue_wait_size()
osi_event_bind()
osi_thread_post_event()
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