Home
last modified time | relevance | path

Searched refs:osi_thread_queue_wait_size (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_init.c260 if (osi_thread_queue_wait_size(btu_thread, 0) >= BT_QUEUE_CONGEST_SIZE) { in BTU_check_queue_is_congest()
270 return osi_thread_queue_wait_size(btu_thread, 0); in get_btu_work_queue_size()
/hal_espressif-latest/components/bt/common/osi/include/osi/
Dthread.h82 int osi_thread_queue_wait_size(osi_thread_t *thread, int wq_idx);
/hal_espressif-latest/components/bt/common/btc/core/
Dbtc_task.c480 if (osi_thread_queue_wait_size(btc_thread, 0) >= BT_QUEUE_CONGEST_SIZE) { in btc_check_queue_is_congest()
489 return osi_thread_queue_wait_size(btc_thread, 0); in get_btc_work_queue_size()
/hal_espressif-latest/components/bt/common/osi/
Dthread.c368 int osi_thread_queue_wait_size(osi_thread_t *thread, int wq_idx) in osi_thread_queue_wait_size() function