Searched refs:SIGEV_THREAD_ID (Results 1 – 21 of 21) sorted by relevance
/external/strace/xlat/ |
D | sigev_value.h | 27 #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),
|
D | sigev_value.in | 4 SIGEV_THREAD_ID 4
|
/external/strace/tests-m32/ |
D | timer_create.c | 101 #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/ |
D | timer_create.c | 101 #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/ |
D | timer_create.c | 101 #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/ |
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()
|
/external/strace/ |
D | print_sigevent.c | 58 case SIGEV_THREAD_ID: in MPERS_PRINTER_DECL() 69 case SIGEV_THREAD_ID: in MPERS_PRINTER_DECL()
|
D | ChangeLog | 44497 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/ |
D | timer_create01.c | 40 {SIGALRM, SIGEV_THREAD_ID, "SIGEV_THREAD_ID"}, 65 if (nt->sigev_notify == SIGEV_THREAD_ID) in run()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | siginfo.h | 326 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_close_race.c | 180 sev.sigev_notify = SIGEV_SIGNAL | SIGEV_THREAD_ID; in threads()
|
/external/musl/include/ |
D | signal.h | 205 #define SIGEV_THREAD_ID 4 macro
|
/external/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,
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 113 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
|
/external/igt-gpu-tools/benchmarks/ |
D | gem_syslatency.c | 175 sev.sigev_notify = SIGEV_SIGNAL | SIGEV_THREAD_ID; in sys_wait()
|
/external/igt-gpu-tools/lib/ |
D | igt_aux.c | 181 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/ |
D | libconstants.gen.c | 4354 #ifdef SIGEV_THREAD_ID 4355 { "SIGEV_THREAD_ID", (unsigned long) SIGEV_THREAD_ID },
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 753 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2044 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 1913 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
|
/external/musl/ |
D | WHATSNEW | 2251 - SIGEV_THREAD_ID sigevent API (Linux extension)
|