/third_party/musl/src/time/ |
D | timer_create.c | 74 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/ |
D | timer_create.c | 76 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/ |
D | timer_create01.c | 40 {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/ |
D | signal.h | 173 #define SIGEV_THREAD_ID 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | signal.h | 196 #define SIGEV_THREAD_ID 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | signal.h | 196 #define SIGEV_THREAD_ID 4 macro
|
/third_party/musl/include/ |
D | signal.h | 205 #define SIGEV_THREAD_ID 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | signal.h | 196 #define SIGEV_THREAD_ID 4 macro
|
/third_party/musl/porting/linux/user/include/ |
D | signal.h | 206 #define SIGEV_THREAD_ID 4 macro
|
/third_party/rust/crates/nix/src/sys/ |
D | signal.rs | 1067 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/ |
D | linux-gnu.txt | 406 SIGEV_THREAD_ID
|
D | freebsd.txt | 1110 SIGEV_THREAD_ID
|
D | android.txt | 2079 SIGEV_THREAD_ID
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 113 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 753 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2044 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 1913 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1564 pub const SIGEV_THREAD_ID: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1564 pub const SIGEV_THREAD_ID: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 1569 pub const SIGEV_THREAD_ID: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1804 pub const SIGEV_THREAD_ID: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 1560 pub const SIGEV_THREAD_ID: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1559 pub const SIGEV_THREAD_ID: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 1553 pub const SIGEV_THREAD_ID: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1560 pub const SIGEV_THREAD_ID: u32 = 4; constant
|