Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dthread.cc60 } work_item_t; typedef
136 work_item_t* item = (work_item_t*)osi_malloc(sizeof(work_item_t)); in thread_post()
228 work_item_t* item = in run_thread()
229 static_cast<work_item_t*>(fixed_queue_try_dequeue(thread->work_queue)); in run_thread()
234 static_cast<work_item_t*>(fixed_queue_try_dequeue(thread->work_queue)); in run_thread()
250 work_item_t* item = static_cast<work_item_t*>(fixed_queue_dequeue(queue)); in work_queue_read_cb()