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

  /bionic/libc/bionic/
bionic_clone.c 37 extern int __bionic_clone(unsigned long clone_flags,
  /external/kernel-headers/original/linux/
sem.h 143 extern int copy_semundo(unsigned long clone_flags, struct task_struct *tsk);
147 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk)
key.h 340 extern int copy_keys(unsigned long clone_flags, struct task_struct *tsk);
sched.h     [all...]
  /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 190 milliseconds