Home
last modified time | relevance | path

Searched refs:SIGEV_THREAD_ID (Results 1 – 20 of 20) 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/
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-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-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/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"},
75 if (nt->sigev_notify == SIGEV_THREAD_ID) in run()
/external/igt-gpu-tools/tests/i915/
Dgem_close_race.c180 sev.sigev_notify = SIGEV_SIGNAL | SIGEV_THREAD_ID; in threads()
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h309 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
/external/perfetto/src/base/
Dwatchdog_posix.cc258 sev.sigev_notify = SIGEV_THREAD_ID; in Timer()
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs42 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/rust/crates/nix/src/sys/
Dsignal.rs864 SigevNotify::SigevThreadId{..} => libc::SIGEV_THREAD_ID, in new()
866 SigevNotify::SigevThreadId{..} => libc::SIGEV_THREAD_ID, in new()
/external/autotest/client/tests/cyclictest/src/
Dcyclictest.c236 sigev.sigev_notify = SIGEV_THREAD_ID | SIGEV_SIGNAL; in timerthread()
/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/bsd/freebsdlike/freebsd/
Dmod.rs408 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs673 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1674 pub const SIGEV_THREAD_ID: ::c_int = 4; constant