HomeSort by relevance Sort by last modified time
    Searched defs:clone_flags (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/base/process/
launch.h 53 , clone_flags(0)
127 int clone_flags; member in struct:base::LaunchOptions
  /external/oprofile/module/ia64/
op_syscalls.c 269 long clone_flags = arg0; local
275 if (clone_flags & CLONE_THREAD)
  /external/oprofile/module/x86/
op_syscalls.c 254 u32 clone_flags = regs.ebx; local
262 if (clone_flags & CLONE_THREAD)
  /external/chromium_org/content/common/
sandbox_seccomp_bpf_linux.cc 179 volatile uint64_t clone_flags = args.args[0]; local
182 addr = reinterpret_cast<volatile char*>(clone_flags & 0xFFFFFF);
186 addr = reinterpret_cast<volatile char*>(clone_flags & 0xFFF);
    [all...]
  /external/strace/
process.c 569 static const struct xlat clone_flags[] = { variable in typeref:struct:xlat
645 if (!printflags(clone_flags, flags &~ CSIGNAL, NULL))
679 printflags(clone_flags, tcp->u_arg[0], "CLONE_???");
    [all...]

Completed in 558 milliseconds