Home
last modified time | relevance | path

Searched refs:SIGEV_THREAD_ID (Results 1 - 25 of 29) sorted by relevance

12

/third_party/musl/porting/linux/user/src/time/
H A Dtimer_create.c76 case SIGEV_THREAD_ID: in timer_create()
81 if (evp->sigev_notify == SIGEV_THREAD_ID) in timer_create()
116 ksev.sigev_notify = SIGEV_THREAD_ID; in timer_create()
/third_party/ltp/testcases/kernel/syscalls/timer_create/
H A Dtimer_create01.c19 * 4) SIGEV_THREAD_ID
40 {SIGALRM, SIGEV_THREAD_ID, "SIGEV_THREAD_ID"},
65 if (nt->sigev_notify == SIGEV_THREAD_ID) in run()
/third_party/musl/src/time/
H A Dtimer_create.c125 case SIGEV_THREAD_ID: in timer_create()
130 if (evp->sigev_notify == SIGEV_THREAD_ID) in timer_create()
165 ksev.sigev_notify = SIGEV_THREAD_ID; in timer_create()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsignal.h173 #define SIGEV_THREAD_ID 4 macro
/third_party/rust/crates/nix/src/sys/
H A Dsignal.rs1053 /// Linux, Solaris, and portable programs should prefer `SIGEV_THREAD_ID` or
1067 SigevNotify::SigevThreadId{..} => libc::SIGEV_THREAD_ID, in new()
1069 SigevNotify::SigevThreadId{..} => libc::SIGEV_THREAD_ID, in new()
1071 SigevNotify::SigevThreadId{..} => libc::SIGEV_THREAD_ID, in new()
1073 SigevNotify::SigevThreadId{..} => 4 // No SIGEV_THREAD_ID defined in new()
/third_party/musl/porting/uniproton/kernel/include/
H A Dsignal.h196 #define SIGEV_THREAD_ID 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsignal.h196 #define SIGEV_THREAD_ID 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsignal.h196 #define SIGEV_THREAD_ID 4 macro
/third_party/musl/porting/linux/user/include/
H A Dsignal.h206 #define SIGEV_THREAD_ID 4 macro
/third_party/musl/include/
H A Dsignal.h205 #define SIGEV_THREAD_ID 4 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs113 pub const SIGEV_THREAD_ID: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs753 pub const SIGEV_THREAD_ID: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2044 pub const SIGEV_THREAD_ID: ::c_int = 4; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1564 pub const SIGEV_THREAD_ID: u32 = 4; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1913 pub const SIGEV_THREAD_ID: ::c_int = 4; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1564 pub const SIGEV_THREAD_ID: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1556 pub const SIGEV_THREAD_ID: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1577 pub const SIGEV_THREAD_ID: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1569 pub const SIGEV_THREAD_ID: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1571 pub const SIGEV_THREAD_ID: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1561 pub const SIGEV_THREAD_ID: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1552 pub const SIGEV_THREAD_ID: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1804 pub const SIGEV_THREAD_ID: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1559 pub const SIGEV_THREAD_ID: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1812 pub const SIGEV_THREAD_ID: u32 = 4; consts

Completed in 175 milliseconds

12