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

  /external/libchrome/sandbox/linux/system_headers/
linux_signal.h 34 #define LINUX_SA_RESTART 0x10000000
58 #define LINUX_SA_RESTART 0x10000000
106 static_assert(LINUX_SA_RESTART == SA_RESTART, "LINUX_SA_RESTART == SA_RESTART");
  /external/libchrome/sandbox/linux/seccomp-bpf/
die.cc 39 sa.sa_flags = LINUX_SA_RESTART;

Completed in 530 milliseconds