Searched refs:timeout_handler (Results 1 – 3 of 3) sorted by relevance
72 static void timeout_handler(int sig) in timeout_handler() function110 signal(SIGALRM, timeout_handler); in main()
35 def timeout_handler(signum, frame): function59 signal.signal(signal.SIGALRM, timeout_handler)
253 def timeout_handler(): function255 timeout_timer = threading.Timer(max_time, timeout_handler)