Searched refs:clone_flags (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/base/process/
H A Dlaunch.cc28 , clone_flags(0)
H A Dlaunch.h118 int clone_flags; member in struct:base::LaunchOptions
H A Dlaunch_posix.cc308 if (options.clone_flags) {
313 !(options.clone_flags & (CLONE_SIGHAND | CLONE_THREAD | CLONE_VM)));
314 pid = syscall(__NR_clone, options.clone_flags, 0, 0, 0);
H A Dprocess_util_unittest.cc636 const int clone_flags) {
649 options.clone_flags = clone_flags;
651 CHECK_EQ(0, clone_flags);
722 // Test a non-trival value for clone_flags.
633 TestLaunchProcess(const std::vector<std::string>& args, const base::EnvironmentMap& env_changes, const bool clear_environ, const int clone_flags) argument
/external/strace/xlat/
H A Dclone_flags.h1 /* Generated by ./xlat/gen.sh from ./xlat/clone_flags.in; do not edit. */
3 static const struct xlat clone_flags[] = { variable in typeref:struct:xlat
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsigsys_handlers.cc142 volatile uint64_t clone_flags = args.args[0]; local
145 addr = reinterpret_cast<volatile char*>(clone_flags & 0xFFFFFF);
149 addr = reinterpret_cast<volatile char*>(clone_flags & 0xFFF);
/external/oprofile/module/ia64/
H A Dop_syscalls.c269 long clone_flags = arg0; local
275 if (clone_flags & CLONE_THREAD)
/external/oprofile/module/x86/
H A Dop_syscalls.c254 u32 clone_flags = regs.ebx; local
262 if (clone_flags & CLONE_THREAD)
/external/strace/
H A Dprocess.c296 #include "xlat/clone_flags.h"
349 if (!printflags(clone_flags, flags &~ CSIGNAL, NULL))
397 printflags(clone_flags, tcp->u_arg[1], "CLONE_???");
406 printflags(clone_flags, tcp->u_arg[0], "CLONE_???");

Completed in 2687 milliseconds