Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/osi/
Dthread.c110 static bool osi_thead_work_queue_put(struct work_queue *wq, const struct work_item *item, uint32_t … in osi_thead_work_queue_put() function
344 if (osi_thead_work_queue_put(thread->work_queues[queue_idx], &item, timeout) == false) { in osi_thread_post()