Searched refs:fixed_queue_get_dequeue_fd (Results 1 – 9 of 9) sorted by relevance
40 struct fixed_queue_get_dequeue_fd fixed_queue_get_dequeue_fd; variable79 int fixed_queue_get_dequeue_fd(const fixed_queue_t* queue) { in fixed_queue_get_dequeue_fd() function81 return test::mock::osi_fixed_queue::fixed_queue_get_dequeue_fd(queue); in fixed_queue_get_dequeue_fd()
96 struct fixed_queue_get_dequeue_fd { struct102 extern struct fixed_queue_get_dequeue_fd fixed_queue_get_dequeue_fd; argument
251 int fixed_queue_get_dequeue_fd(const fixed_queue_t* queue) { in fixed_queue_get_dequeue_fd() function272 queue->dequeue_object = reactor_register(reactor, fixed_queue_get_dequeue_fd(queue), queue, in fixed_queue_register_dequeue()
227 int fd = fixed_queue_get_dequeue_fd(thread->work_queue); in run_thread()
122 int fixed_queue_get_dequeue_fd(const fixed_queue_t* queue);
351 test::mock::osi_fixed_queue::fixed_queue_get_dequeue_fd.body = [](const fixed_queue_t* /* q */) { in FakeOsi()412 test::mock::osi_fixed_queue::fixed_queue_get_dequeue_fd = {}; in ~FakeOsi()
176 fixed_queue_get_dequeue_fd(fixed_queue); in callArbitraryFunction()
294 int dequeue_fd = fixed_queue_get_dequeue_fd(queue); in TEST_F()
278 int fixed_queue_get_dequeue_fd(const fixed_queue_t* queue) { in fixed_queue_get_dequeue_fd() function