ESP-IDF
osi_thread_queue_wait_size()
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_thread_queue_wait_size()
osi_thread_queue_wait_size() function
Syntax
Show:
Summary
Declaration
Definition
from
thread.h:80
int
osi_thread_queue_wait_size
(
osi_thread_t
*
thread
,
int
wq_idx
)
;
Implemented in
thread.c:368
Arguments
Argument
thread
wq_idx
Related Functions
Found 8 other functions taking a
osi_thread
argument:
Function
osi_thread_post()
osi_event_bind()
osi_thread_free()
osi_thread_set_priority()
osi_thread_name()
osi_thread_join()
osi_thread_stop()
hci_hal_env_init()
Examples
References
from
examples
Code
Location
Referrer
int
osi_thread_queue_wait_size
(
osi_thread_t
*
thread
,
int
wq_idx
)
thread.c:368
int
osi_thread_queue_wait_size
(
osi_thread_t
*
thread
,
int
wq_idx
)
;
thread.h:80
if
(
osi_thread_queue_wait_size
(
btc_thread
,
0
)
>=
BT_QUEUE_CONGEST_SIZE
)
{
btc_task.c:552
btc_check_queue_is_congest()
return
osi_thread_queue_wait_size
(
btc_thread
,
0
)
;
btc_task.c:561
get_btc_work_queue_size()
return
osi_thread_queue_wait_size
(
btu_thread
,
0
)
;
btu_init.c:270
get_btu_work_queue_size()
Call Tree
from
examples
osi_thread_queue_wait_size()
is called by 3 functions and calls 1 function:
btc_check_queue_is_congest()
get_btc_work_queue_size()
get_btu_work_queue_size()
All items filtered out
osi_thread_queue_wait_size()
osi_thead_work_queue_len()
All items filtered out
Data Use
from
examples
osi_thread_queue_wait_size()
reads 2 variables:
osi_thread::work_queue_num
osi_thread::work_queues
All items filtered out
osi_thread_queue_wait_size()
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