Searched defs:clone_flags (Results 1 - 6 of 6) sorted by relevance

/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/base/process/
H A Dlaunch.h118 int clone_flags; member in struct:base::LaunchOptions
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/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/x86/
H A Dop_syscalls.c254 u32 clone_flags = regs.ebx; local
262 if (clone_flags & CLONE_THREAD)
/external/oprofile/module/ia64/
H A Dop_syscalls.c269 long clone_flags = arg0; local
275 if (clone_flags & CLONE_THREAD)

Completed in 3634 milliseconds