Searched refs:handle_timeout (Results 1 – 5 of 5) sorted by relevance
46 handle_timeout([] {120 handle_timeout([] {
8 proc handle_timeout { description } { procedure
184 + def handle_timeout():188 + GLib.timeout_add_seconds(2, handle_timeout)
469 + def handle_timeout():473 + GLib.timeout_add_seconds(4, handle_timeout)
52 def handle_timeout(self, signum, frame): member in Timeout56 signal.signal(signal.SIGALRM, self.handle_timeout)