Searched refs:lastsent (Results 1 – 1 of 1) sorted by relevance
1465 static int lastsent = 0; in wait_handler() local1468 lastsent = 0; in wait_handler()1473 if (lastsent == 0) in wait_handler()1475 else if (lastsent == SIGUSR1) in wait_handler()1477 else if (lastsent == sig) in wait_handler()1479 else if (lastsent == SIGTERM) in wait_handler()1481 else if (lastsent == SIGHUP) in wait_handler()1483 lastsent = send_signal; in wait_handler()