HomeSort by relevance Sort by last modified time
    Searched defs:oldact (Results 1 - 2 of 2) sorted by null

  /bionic/linker/
debugger.cpp 153 struct sigaction oldact, newact; local
160 if (sigaction(signum, &newact, &oldact) < 0) {
165 bool ret = (oldact.sa_flags & SA_SIGINFO) != 0;
167 if (sigaction(signum, &oldact, NULL) == -1) {
  /external/ppp/pppd/
main.c 1369 struct sigaction act, oldact; local
    [all...]

Completed in 81 milliseconds