HomeSort by relevance Sort by last modified time
    Searched refs:old_act (Results 1 - 5 of 5) sorted by null

  /external/ltp/lib/
tst_sig.c 241 struct sigaction my_act, old_act; local
248 ret = sigaction(sig, &my_act, &old_act);
251 return old_act.sa_handler;
  /external/google-breakpad/src/client/solaris/handler/
exception_handler.cc 144 struct sigaction act, old_act; local
147 if (sigaction(signo, &act, &old_act) < 0)
149 old_handlers_[signo] = old_act.sa_handler;
  /external/ltp/testcases/kernel/syscalls/kill/
kill07.c 91 struct sigaction my_act, old_act; local
125 ret = sigaction(TEST_SIG, &my_act, &old_act);
  /external/valgrind/coregrind/
pub_core_signals.h 62 vki_sigaction_fromK_t* old_act );
m_signals.c     [all...]

Completed in 122 milliseconds