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

  /external/libchrome/sandbox/linux/seccomp-bpf/
trap_unittest.cc 15 SANDBOX_TEST_ALLOW_NOISE(Trap, SigSysAction) {
17 // (Trap::SigSysAction).
20 // Send SIGSYS to self. If signal handler (SigSysAction) is not registered,
22 // Note that, SigSysAction handler would output an error message
trap.h 61 static void SigSysAction(int nr, LinuxSigInfo* info, void* void_context);
trap.cc 89 sa.sa_handler = reinterpret_cast<void (*)(int)>(SigSysAction);
127 void Trap::SigSysAction(int nr, LinuxSigInfo* info, void* void_context) {

Completed in 191 milliseconds