Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigev_value.h27 #if defined(SIGEV_THREAD_ID) || (defined(HAVE_DECL_SIGEV_THREAD_ID) && HAVE_DECL_SIGEV_THREAD_ID)
29 static_assert((SIGEV_THREAD_ID) == (4), "SIGEV_THREAD_ID != 4");
32 # define SIGEV_THREAD_ID 4
50 XLAT(SIGEV_THREAD_ID),
Dsigev_value.in4 SIGEV_THREAD_ID 4
/external/strace/tests-m32/
Dtimer_create.c101 #ifndef SIGEV_THREAD_ID in main()
102 # define SIGEV_THREAD_ID 4 in main() macro
104 sev.sigev_notify = SIGEV_THREAD_ID; in main()
/external/strace/tests/
Dtimer_create.c101 #ifndef SIGEV_THREAD_ID in main()
102 # define SIGEV_THREAD_ID 4 in main() macro
104 sev.sigev_notify = SIGEV_THREAD_ID; in main()
/external/strace/tests-mx32/
Dtimer_create.c101 #ifndef SIGEV_THREAD_ID in main()
102 # define SIGEV_THREAD_ID 4 in main() macro
104 sev.sigev_notify = SIGEV_THREAD_ID; in main()
/external/musl/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()
/external/strace/
Dprint_sigevent.c58 case SIGEV_THREAD_ID: in MPERS_PRINTER_DECL()
69 case SIGEV_THREAD_ID: in MPERS_PRINTER_DECL()
DChangeLog44497 Make SIGEV_THREAD_ID decoding less glibc specific.
44498 SIGEV_THREAD_ID decoding requires access to an internal member of
/external/ltp/testcases/kernel/syscalls/timer_create/
Dtimer_create01.c40 {SIGALRM, SIGEV_THREAD_ID, "SIGEV_THREAD_ID"},
65 if (nt->sigev_notify == SIGEV_THREAD_ID) in run()
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h326 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
/external/igt-gpu-tools/tests/i915/
Dgem_close_race.c180 sev.sigev_notify = SIGEV_SIGNAL | SIGEV_THREAD_ID; in threads()
/external/musl/include/
Dsignal.h205 #define SIGEV_THREAD_ID 4 macro
/external/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,
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs113 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
/external/igt-gpu-tools/benchmarks/
Dgem_syslatency.c175 sev.sigev_notify = SIGEV_SIGNAL | SIGEV_THREAD_ID; in sys_wait()
/external/igt-gpu-tools/lib/
Digt_aux.c181 sev.sigev_notify = SIGEV_SIGNAL | SIGEV_THREAD_ID; in igt_sigiter_start()
1614 sev.sigev_notify = SIGEV_SIGNAL | SIGEV_THREAD_ID; in igt_start_siglatency()
/external/minijail/linux-x86/
Dlibconstants.gen.c4354 #ifdef SIGEV_THREAD_ID
4355 { "SIGEV_THREAD_ID", (unsigned long) SIGEV_THREAD_ID },
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs753 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2044 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1913 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
/external/musl/
DWHATSNEW2251 - SIGEV_THREAD_ID sigevent API (Linux extension)