Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/osi/
Dthread.c28 struct work_item { struct
55 struct work_item item;
72 wq->queue = xQueueCreate(capacity, sizeof(struct work_item)); in osi_work_queue_create()
97 static bool osi_thead_work_queue_get(struct work_queue *wq, struct work_item *item) in osi_thead_work_queue_get()
110 static bool osi_thead_work_queue_put(struct work_queue *wq, const struct work_item *item, uint32_t … in osi_thead_work_queue_put()
162 struct work_item item; in osi_thread_run()
339 struct work_item item; in osi_thread_post()