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

  /external/libchrome/sandbox/linux/system_headers/
linux_signal.h 26 #define LINUX_SIGCHLD 17
51 #define LINUX_SIGCHLD 18
99 static_assert(LINUX_SIGCHLD == SIGCHLD, "LINUX_SIGCHLD == SIGCHLD");
  /external/libchrome/sandbox/linux/services/
credentials.cc 106 int clone_flags = CLONE_FS | LINUX_SIGCHLD;
namespace_sandbox.cc 169 base::ForkWithFlags(CLONE_NEWPID | LINUX_SIGCHLD, nullptr, nullptr);

Completed in 245 milliseconds