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

  /external/strace/xlat/
clone_flags.h 1 /* 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/
launch.h 118 int clone_flags; member in struct:base::LaunchOptions
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
sigsys_handlers.cc 142 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/
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)

Completed in 567 milliseconds