Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/common/osi/
Dthread.c270 int osi_thread_queue_wait_size(osi_thread_t *thread, int wq_idx) in osi_thread_queue_wait_size() argument
272 if (wq_idx < 0 || wq_idx >= thread->work_queue_num) { in osi_thread_queue_wait_size()
276 return fixed_queue_length(thread->work_queues[wq_idx]); in osi_thread_queue_wait_size()
/hal_espressif-3.6.0/components/bt/common/osi/include/osi/
Dthread.h89 int osi_thread_queue_wait_size(osi_thread_t *thread, int wq_idx);