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

  /external/libchrome/sandbox/linux/system_headers/
linux_signal.h 36 #define LINUX_SIG_DFL 0
60 #define LINUX_SIG_DFL 0
107 static_assert(LINUX_SIG_DFL == SIG_DFL, "LINUX_SIG_DFL == SIG_DFL");
  /external/libchrome/sandbox/linux/seccomp-bpf/
die.cc 38 sa.sa_handler = LINUX_SIG_DFL;
  /external/libchrome/sandbox/linux/services/
namespace_sandbox.cc 212 if (old_action.sa_handler != LINUX_SIG_DFL) {

Completed in 50 milliseconds