Searched refs:ForkWithFlags (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/sandbox/linux/services/ |
D | namespace_utils_unittest.cc | 47 base::ForkWithFlags(CLONE_NEWUSER | SIGCHLD, nullptr, nullptr); in SANDBOX_TEST()
|
D | namespace_sandbox.cc | 169 base::ForkWithFlags(CLONE_NEWPID | LINUX_SIGCHLD, nullptr, nullptr); in ForkInNewPidNamespace()
|
/external/libchrome/base/process/ |
D | launch.h | 303 BASE_EXPORT pid_t ForkWithFlags(unsigned long flags, pid_t* ptid, pid_t* ctid);
|
D | launch_posix.cc | 350 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/ |
D | base_nacl.gyp | 106 # For ForkWithFlags.
|