/third_party/ltp/testcases/kernel/syscalls/tgkill/ |
H A D | tgkill03.c | 23 static pid_t child_tid; variable 30 child_tid = sys_gettid(); in child_thread_func() 89 { "Defunct tgid", &defunct_tid, &child_tid, SIGUSR1, ESRCH }, 90 { "Valid tgkill call", &parent_tgid, &child_tid, SIGUSR1, 0 },
|
/third_party/ltp/testcases/kernel/syscalls/clone3/ |
H A D | clone301.c | 24 static int pidfd, child_tid, parent_tid, parent_received_signal; variable 118 args->child_tid = (uint64_t)(&child_tid); in run()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/ |
H A D | tpidr2.c | 179 int parent_tid, child_tid; in write_clone_read() local 186 ret = sys_clone(CLONE_SETTLS, 0, &parent_tid, 0, &child_tid); in write_clone_read()
|
/third_party/ltp/include/lapi/ |
H A D | sched.h | 52 uint64_t __attribute__((aligned(8))) child_tid; member 66 uint64_t __attribute__((aligned(8))) child_tid; member
|
H A D | clone.h | 22 uint64_t __attribute__((aligned(8))) child_tid; member
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
H A D | syscalls.h | 24 void __user *parent_tid, void __user *child_tid, int tls);
|
/kernel/linux/linux-6.6/arch/openrisc/include/asm/ |
H A D | syscalls.h | 24 void __user *parent_tid, void __user *child_tid, int tls);
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/ |
H A D | align.rs | 15 pub child_tid: ::c_ulonglong,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
H A D | align.rs | 14 pub child_tid: ::c_ulonglong,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/ |
H A D | align.rs | 30 pub child_tid: ::c_ulonglong,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/loongarch64/ |
H A D | align.rs | 30 pub child_tid: ::c_ulonglong,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
H A D | align.rs | 32 pub child_tid: ::c_ulonglong,
|
/third_party/ltp/testcases/kernel/sched/nptl/ |
H A D | nptl01.c | 188 pthread_t child_tid; in create_child_thread() local 206 if ((ret = pthread_create(&child_tid, &attr, run, NULL)) != 0) { in create_child_thread()
|
/kernel/linux/linux-5.10/tools/testing/selftests/clone3/ |
H A D | clone3_selftests.h | 29 __aligned_u64 child_tid; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/clone3/ |
H A D | clone3_selftests.h | 29 __aligned_u64 child_tid; member
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ |
H A D | align.rs | 41 pub child_tid: ::c_ulonglong,
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | sched.h | 54 * @child_tid: If CLONE_CHILD_SETTID is set, the TID of the 95 __aligned_u64 child_tid; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | sched.h | 54 * @child_tid: If CLONE_CHILD_SETTID is set, the TID of the 95 __aligned_u64 child_tid; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | sched.h | 54 * @child_tid: If CLONE_CHILD_SETTID is set, the TID of the 95 __aligned_u64 child_tid; member
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | sched.h | 54 * @child_tid: If CLONE_CHILD_SETTID is set, the TID of the 95 __aligned_u64 child_tid; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | sched.h | 54 __aligned_u64 child_tid; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | sched.h | 54 __aligned_u64 child_tid; member
|
/kernel/linux/linux-5.10/arch/h8300/kernel/ |
H A D | process.c | 170 kargs.child_tid = (int __user *)child_tidptr; in sys_clone()
|