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

  /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/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 74 milliseconds