Home
last modified time | relevance | path

Searched refs:throw (Results 1 – 4 of 4) sorted by relevance

/libev/
H A Dev++.h145 loop_ref (EV_P) throw () in throw() function
234 void ref () throw () in ref()
239 void unref () throw () in unref()
359 throw bad_loop (); in throw()
391 throw bad_loop (); in throw()
434 base (EV_PX) throw () in throw() function
555 inline void set_allocator (void *(*cb)(void *ptr, long size) throw ()) throw () in set_allocator() argument
560 inline void set_syserr_cb (void (*cb)(const char *msg) throw ()) throw () in set_syserr_cb() argument
653 void again () throw () in again()
680 void again () throw () in again()
[all …]
H A DChanges28 - prefer noexcept over throw () with C++ 11.
61 - add throw() to all libev functions that cannot throw exceptions, for
63 - add throw () to callbacks that must not throw exceptions (allocator,
H A Dev.h48 # define EV_THROW throw ()
H A Dev.pod254 =item ev_set_allocator (void *(*cb)(void *ptr, long size) throw ())
290 =item ev_set_syserr_cb (void (*cb)(const char *msg) throw ())
1029 =item ev_set_loop_release_cb (loop, void (*release)(EV_P) throw (), void (*acquire)(EV_P) throw ())
3966 reschedule callbacks) must not throw exceptions, and might need a C<throw
3980 The only API functions that can currently throw exceptions are C<ev_run>,