Home
last modified time | relevance | path

Searched refs:child_tid (Results 1 - 25 of 26) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/tgkill/
H A Dtgkill03.c23 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 Dclone301.c24 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 Dsched.h52 uint64_t __attribute__((aligned(8))) child_tid; member
66 uint64_t __attribute__((aligned(8))) child_tid; member
H A Dclone.h22 uint64_t __attribute__((aligned(8))) child_tid; member
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/
H A Dalign.rs15 pub child_tid: ::c_ulonglong,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dalign.rs14 pub child_tid: ::c_ulonglong,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/
H A Dalign.rs30 pub child_tid: ::c_ulonglong,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/loongarch64/
H A Dalign.rs30 pub child_tid: ::c_ulonglong,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dalign.rs32 pub child_tid: ::c_ulonglong,
/third_party/ltp/testcases/kernel/sched/nptl/
H A Dnptl01.c188 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 Dalign.rs41 pub child_tid: ::c_ulonglong,
/third_party/ltp/lib/
H A Dcloner.c50 pid_t *parent_tid, void *tls, pid_t *child_tid);
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs3432 pub child_tid: __u64,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs3431 pub child_tid: __u64,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs3411 pub child_tid: __u64,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs3547 pub child_tid: __u64,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs3616 pub child_tid: __u64,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs3569 pub child_tid: __u64,
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs3680 pub child_tid: __u64,
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs3515 pub child_tid: __u64,
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs3780 pub child_tid: __u64,
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs3484 pub child_tid: __u64,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs3750 pub child_tid: __u64,
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs3462 pub child_tid: __u64,
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs3546 pub child_tid: __u64,

Completed in 205 milliseconds

12