Searched refs:work_item_t (Results 1 – 1 of 1) sorted by relevance
60 } work_item_t; typedef136 work_item_t* item = (work_item_t*)osi_malloc(sizeof(work_item_t)); in thread_post()225 work_item_t* item = in run_thread()226 static_cast<work_item_t*>(fixed_queue_try_dequeue(thread->work_queue)); in run_thread()231 static_cast<work_item_t*>(fixed_queue_try_dequeue(thread->work_queue)); in run_thread()247 work_item_t* item = static_cast<work_item_t*>(fixed_queue_dequeue(queue)); in work_queue_read_cb()