Searched refs:wait_handler (Results 1 – 2 of 2) sorted by relevance
52 void wait_handler();
510 sa.sa_handler = wait_handler; in main()541 wait_handler(SIGINT); in main()610 wait_handler(SIGINT); in main()619 wait_handler(0); /* Reset the signal ratchet. */ in main()634 wait_handler(SIGINT); in main()1454 void wait_handler(int sig) in wait_handler() function