Home
last modified time | relevance | path

Searched refs:wq_idx (Results 1 – 2 of 2) sorted by relevance

/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() argument
370 if (wq_idx < 0 || wq_idx >= thread->work_queue_num) { in osi_thread_queue_wait_size()
374 return (int)(osi_thead_work_queue_len(thread->work_queues[wq_idx])); in osi_thread_queue_wait_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);