Home
last modified time | relevance | path

Searched refs:SIGEV_THREAD_ID (Results 1 – 25 of 33) sorted by relevance

12

/third_party/musl/src/time/
Dtimer_create.c74 case SIGEV_THREAD_ID: in timer_create()
79 if (evp->sigev_notify == SIGEV_THREAD_ID) in timer_create()
114 ksev.sigev_notify = SIGEV_THREAD_ID; in timer_create()
/third_party/musl/porting/linux/user/src/time/
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/
Dtimer_create01.c40 {SIGALRM, SIGEV_THREAD_ID, "SIGEV_THREAD_ID"},
75 if (nt->sigev_notify == SIGEV_THREAD_ID) in run()
/third_party/musl/porting/liteos_a/kernel/include/
Dsignal.h173 #define SIGEV_THREAD_ID 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsignal.h196 #define SIGEV_THREAD_ID 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsignal.h196 #define SIGEV_THREAD_ID 4 macro
/third_party/musl/include/
Dsignal.h205 #define SIGEV_THREAD_ID 4 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsignal.h196 #define SIGEV_THREAD_ID 4 macro
/third_party/musl/porting/linux/user/include/
Dsignal.h206 #define SIGEV_THREAD_ID 4 macro
/third_party/rust/crates/nix/src/sys/
Dsignal.rs1067 SigevNotify::SigevThreadId{..} => libc::SIGEV_THREAD_ID,
1069 SigevNotify::SigevThreadId{..} => libc::SIGEV_THREAD_ID,
1071 SigevNotify::SigevThreadId{..} => libc::SIGEV_THREAD_ID,
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-gnu.txt406 SIGEV_THREAD_ID
Dfreebsd.txt1110 SIGEV_THREAD_ID
Dandroid.txt2079 SIGEV_THREAD_ID
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs113 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs753 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2044 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1913 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1564 pub const SIGEV_THREAD_ID: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs1564 pub const SIGEV_THREAD_ID: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs1569 pub const SIGEV_THREAD_ID: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs1804 pub const SIGEV_THREAD_ID: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs1560 pub const SIGEV_THREAD_ID: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs1559 pub const SIGEV_THREAD_ID: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs1553 pub const SIGEV_THREAD_ID: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs1560 pub const SIGEV_THREAD_ID: u32 = 4; constant

12