Searched refs:child_tid (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | process.c | 81 args.child_tid = compat_ptr(regs->u_regs[UREG_I4]); in sparc_clone() 87 args.child_tid = (int __user *)regs->u_regs[UREG_I4]; in sparc_clone()
|
| /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/ |
| H A D | syscalls.h | 24 void __user *parent_tid, void __user *child_tid, int tls);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/clone3/ |
| H A D | clone3_selftests.h | 29 __aligned_u64 child_tid; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | sched.h | 95 __aligned_u64 child_tid; member
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | sched.h | 95 __aligned_u64 child_tid; member
|
| /OK3568_Linux_fs/kernel/arch/h8300/kernel/ |
| H A D | process.c | 170 kargs.child_tid = (int __user *)child_tidptr; in sys_clone()
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | task.h | 24 int __user *child_tid; member
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | process.c | 121 .child_tid = (int __user *)regs->d4, in m68k_clone()
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | process.c | 262 .child_tid = child_tidptr, in nios2_clone()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | sys_ia32.c | 247 .child_tid = child_tidptr, in COMPAT_SYSCALL_DEFINE5()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | fork.c | 2016 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL; in copy_process() 2020 p->clear_child_tid = (clone_flags & CLONE_CHILD_CLEARTID) ? args->child_tid : NULL; in copy_process() 2669 .child_tid = child_tidptr, in SYSCALL_DEFINE5() 2731 .child_tid = u64_to_user_ptr(args.child_tid), in copy_clone_args_from_user()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | process.c | 407 .child_tid = (int __user *)child_tidptr, in ia64_clone()
|
| /OK3568_Linux_fs/yocto/poky/documentation/profile-manual/ |
| H A D | usage.rst | 2083 …clone: { 1 }, { clone_flags = 0x411, newsp = 0xB5EFFFE4, parent_tid = 0xFFFFFFFF, child_tid = 0x0 }
|