Searched refs:timeout_handler (Results 1 – 7 of 7) sorted by relevance
56 … DBusTimeoutHandler timeout_handler);
84 … DBusTimeoutHandler timeout_handler);
118 DBusTimeoutHandler timeout_handler) in _dbus_pending_call_new_unlocked() argument142 timeout_handler, in _dbus_pending_call_new_unlocked()
243 def timeout_handler(): function245 timeout_timer = threading.Timer(max_time, timeout_handler)
153 timeout_handler (evutil_socket_t fd, short what, void *arg) in timeout_handler() function180 timeout_handler, in add_timeout()
117 def timeout_handler(_signum, _frame): function676 signal.signal(signal.SIGALRM, timeout_handler)
12385 * glib/dbus-gmain.c (timeout_handler): don't remove timeout13423 * glib/dbus-gmain.c: (timeout_handler), (add_timeout),