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

/external/oprofile/module/x86/
H A Dop_syscalls.c254 u32 clone_flags = regs.ebx; local
262 if (clone_flags & CLONE_THREAD)
/external/kernel-headers/original/linux/
H A Dsem.h143 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) argument
/external/oprofile/module/ia64/
H A Dop_syscalls.c269 long clone_flags = arg0; local
275 if (clone_flags & CLONE_THREAD)
/external/strace/
H A Dprocess.c569 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_???");

Completed in 342 milliseconds