Home
last modified time | relevance | path

Searched refs:ForkWithFlags (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/sandbox/linux/services/
Dnamespace_utils_unittest.cc47 base::ForkWithFlags(CLONE_NEWUSER | SIGCHLD, nullptr, nullptr); in SANDBOX_TEST()
Dnamespace_sandbox.cc169 base::ForkWithFlags(CLONE_NEWPID | LINUX_SIGCHLD, nullptr, nullptr); in ForkInNewPidNamespace()
/external/libchrome/base/process/
Dlaunch.h303 BASE_EXPORT pid_t ForkWithFlags(unsigned long flags, pid_t* ptid, pid_t* ctid);
Dlaunch_posix.cc350 pid = ForkWithFlags(options.clone_flags | SIGCHLD, nullptr, nullptr); in LaunchProcess()
713 pid_t ForkWithFlags(unsigned long flags, pid_t* ptid, pid_t* ctid) { in ForkWithFlags() function
/external/libchrome/base/
Dbase_nacl.gyp106 # For ForkWithFlags.