Searched refs:timeout_handler (Results 1 – 3 of 3) sorted by relevance
86 struct timeout_handler { struct88 timeout_handler(DBusTimeout *t) : dbus_timeout(t) {} in timeout_handler() function104 timer.async_wait(timeout_handler(dbus_timeout)); in timeout_toggled()
89 static void timeout_handler(int sig) in timeout_handler() function257 sa.sa_handler = timeout_handler; in main()
189 def timeout_handler(seconds): function