/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()
|
/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
|
/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()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ |
H A D | align.rs | 41 pub child_tid: ::c_ulonglong,
|
/third_party/ltp/lib/ |
H A D | cloner.c | 50 pid_t *parent_tid, void *tls, pid_t *child_tid);
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 3432 pub child_tid: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 3431 pub child_tid: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 3411 pub child_tid: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 3547 pub child_tid: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 3616 pub child_tid: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 3569 pub child_tid: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 3680 pub child_tid: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 3515 pub child_tid: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 3780 pub child_tid: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 3484 pub child_tid: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 3750 pub child_tid: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 3462 pub child_tid: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 3546 pub child_tid: __u64,
|