Lines Matching defs:loop_ref
143 struct loop_ref struct
145 loop_ref (EV_P) throw () in throw() argument
181 operator struct ev_loop * () const throw () in throw()
186 operator const struct ev_loop * () const throw () in throw()
191 bool is_default () const throw () in is_default()
203 void unloop (how_t how = ONE) throw () in throw()
214 void break_loop (how_t how = ONE) throw () in throw()
219 void post_fork () throw () in post_fork()
224 unsigned int backend () const throw () in backend()
229 tstamp now () const throw () in now()
234 void ref () throw () in ref()
239 void unref () throw () in unref()
245 unsigned int iteration () const throw () in iteration()
250 unsigned int depth () const throw () in depth()
255 void set_io_collect_interval (tstamp interval) throw () in set_io_collect_interval()
260 void set_timeout_collect_interval (tstamp interval) throw () in set_timeout_collect_interval()
267 void once (int fd, int events, tstamp timeout, void (*cb)(int, void *), void *arg = 0) throw () in throw()
274 void once (int fd, int events, tstamp timeout, K *object) throw () in once()
281 void once (int fd, int events, tstamp timeout, K *object) throw () in once()
287 static void method_thunk (int revents, void *arg) in method_thunk()
295 void once (int fd, int events, tstamp timeout, K *object) throw () in once()
301 static void method_noargs_thunk (int revents, void *arg) in method_noargs_thunk()
309 void once (int fd, int events, tstamp timeout) throw () in once()
315 static void simpler_func_thunk (int revents, void *arg) in simpler_func_thunk()
323 void once (int fd, int events, tstamp timeout) throw () in once()
352 struct dynamic_loop : loop_ref argument