Searched refs:lastsent (Results 1 – 1 of 1) sorted by relevance
1425 static int lastsent = 0; in wait_handler() local1428 lastsent = 0; in wait_handler()1433 if (lastsent == 0) in wait_handler()1435 else if (lastsent == SIGUSR1) in wait_handler()1437 else if (lastsent == sig) in wait_handler()1439 else if (lastsent == SIGTERM) in wait_handler()1441 else if (lastsent == SIGHUP) in wait_handler()1443 lastsent = send_signal; in wait_handler()