Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/common/osi/
Dthread.c45 } work_item_t; typedef
66 work_item_t *item = fixed_queue_dequeue(thread->work_queues[idx], 0); in osi_thread_run()
238 work_item_t *item = (work_item_t *)osi_malloc(sizeof(work_item_t)); in osi_thread_post()