Searched refs:io_queue_stack_cb (Results 1 – 2 of 2) sorted by relevance
686 typedef void (*io_queue_stack_cb)(io_queue_t *q); typedef703 io_queue_stack_cb submit_cb; // callback given a full stack of pending IO's at once.956 void thread_io_queue_add(LIBEVENT_THREAD *t, int type, void *ctx, io_queue_stack_cb cb);
568 void thread_io_queue_add(LIBEVENT_THREAD *t, int type, void *ctx, io_queue_stack_cb cb) { in thread_io_queue_add()