Searched refs:queue_idx (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/bt/common/osi/ |
D | thread.c | 229 bool osi_thread_post(osi_thread_t *thread, osi_thread_func_t func, void *context, int queue_idx, ui… in osi_thread_post() argument 234 if (queue_idx >= thread->work_queue_num) { in osi_thread_post() 245 if (fixed_queue_enqueue(thread->work_queues[queue_idx], item, timeout) == false) { in osi_thread_post()
|
/hal_espressif-3.6.0/components/bt/common/osi/include/osi/ |
D | thread.h | 68 bool osi_thread_post(osi_thread_t *thread, osi_thread_func_t func, void *context, int queue_idx, ui…
|