Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dvgdb.c713 struct sigaction action, oldaction; in install_handlers() local
722 if (sigaction (SIGINT, &action, &oldaction) != 0) in install_handlers()
731 if (sigaction (SIGUSR1, &action, &oldaction) != 0) in install_handlers()
738 if (sigaction (SIGTERM, &action, &oldaction) != 0) in install_handlers()
744 if (sigaction (SIGPIPE, &action, &oldaction) != 0) in install_handlers()
749 if (sigaction (SIGALRM, &action, &oldaction) != 0) in install_handlers()