Searched refs:fixed_queue_dequeue (Results 1 – 9 of 9) sorted by relevance
71 void* fixed_queue_dequeue(fixed_queue_t* queue);
41 fixed_queue_dequeue(queue); in pthread_callback_batch()52 fixed_queue_dequeue(queue); in callback_sequential_queue()58 fixed_queue_dequeue(queue); in callback_batch()
130 fixed_queue_dequeue(fixed_queue); in callArbitraryFunction()
203 EXPECT_EQ(DUMMY_DATA_STRING, fixed_queue_dequeue(queue)); in TEST_F()316 fixed_queue_dequeue(queue); in TEST_F()
247 work_item_t* item = static_cast<work_item_t*>(fixed_queue_dequeue(queue)); in work_queue_read_cb()
130 void* fixed_queue_dequeue(fixed_queue_t* queue) { in fixed_queue_dequeue() function
42 fixed_queue_dequeue(queue); in callback_batch()
1164 p_buf = (tL2CAP_SEC_DATA*)fixed_queue_dequeue(p_lcb->le_sec_pending_q); in l2cble_sec_comp()1201 p_buf = (tL2CAP_SEC_DATA*)fixed_queue_dequeue(p_lcb->le_sec_pending_q); in l2cble_sec_comp()
598 (uint32_t*)fixed_queue_dequeue(p_dev->get_rpt_id_queue); in bta_hh_co_get_rpt_rsp()