Home
last modified time | relevance | path

Searched refs:received_signal (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dclientloop.c140 static volatile sig_atomic_t received_signal = 0; variable
239 received_signal = sig; in signal_handler()
1599 if (no_shell_flag && received_signal == SIGTERM) { in client_loop()
1600 received_signal = 0; in client_loop()
1604 if (received_signal) in client_loop()
1605 fatal("Killed by signal %d.", (int) received_signal); in client_loop()
/external/valgrind/main/coregrind/
Dvgdb.c1622 void received_signal (int signum) in received_signal() function
1669 action.sa_handler = received_signal; in install_handlers()