Searched refs:wait_handler (Results 1 – 2 of 2) sorted by relevance
52 void wait_handler();
502 sa.sa_handler = wait_handler; in main()533 wait_handler(SIGINT); in main()602 wait_handler(SIGINT); in main()611 wait_handler(0); /* Reset the signal ratchet. */ in main()626 wait_handler(SIGINT); in main()1423 void wait_handler(int sig) in wait_handler() function