Lines Matching defs:ioloop
8 #include "ioloop-private.h"
9 #include "ioloop-notify-fd.h"
33 static bool inotify_input_more(struct ioloop *ioloop)
36 ioloop->notify_handler_context;
80 static void inotify_input(struct ioloop *ioloop)
82 while (inotify_input_more(ioloop)) ;
136 _io->ioloop->notify_handler_context;
171 struct ioloop *ioloop = current_ioloop;
174 ctx = ioloop->notify_handler_context =
191 void io_loop_notify_handler_deinit(struct ioloop *ioloop)
194 ioloop->notify_handler_context;
211 int io_loop_extract_notify_fd(struct ioloop *ioloop)
214 ioloop->notify_handler_context;