Home
last modified time | relevance | path

Searched refs:clone_flags (Results 1 – 8 of 8) sorted by relevance

/external/kernel-headers/original/linux/
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) in copy_semundo() argument
Dkey.h340 extern int copy_keys(unsigned long clone_flags, struct task_struct *tsk);
Dsched.h1187 unsigned long clone_flags));
1193 extern void FASTCALL(sched_fork(struct task_struct * p, int clone_flags));
/external/oprofile/module/ia64/
Dop_syscalls.c269 long clone_flags = arg0; in post_sys_clone2() local
275 if (clone_flags & CLONE_THREAD) in post_sys_clone2()
/external/oprofile/module/x86/
Dop_syscalls.c254 u32 clone_flags = regs.ebx; in my_sys_clone() local
262 if (clone_flags & CLONE_THREAD) in my_sys_clone()
/external/strace/
Dprocess.c569 static const struct xlat clone_flags[] = { variable
645 if (!printflags(clone_flags, flags &~ CSIGNAL, NULL))
679 printflags(clone_flags, tcp->u_arg[0], "CLONE_???"); in sys_unshare()
DChangeLog505 (clone_flags): Add entries for them.
724 (clone_flags): Remove CLONE_DETACHED entry.
DChangeLog-CVS3847 * process.c [LINUX] (clone_flags): Update with 2.5 flag bits.