Searched defs:timeout_handler (Results 1 – 4 of 4) sorted by relevance
86 struct timeout_handler { struct87 DBusTimeout *dbus_timeout;88 timeout_handler(DBusTimeout *t) : dbus_timeout(t) {} in timeout_handler() argument89 void operator()(boost::system::error_code ec) { in operator ()()
89 static void timeout_handler(int sig) in timeout_handler() function
189 def timeout_handler(seconds): function
1359 static void timeout_handler(struct timer_list *t) in timeout_handler() function