Searched refs:SIGEV_THREAD_ID (Results 1 – 20 of 20) sorted by relevance
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 450 XLAT(SIGEV_THREAD_ID),
4 SIGEV_THREAD_ID 4
101 #ifndef SIGEV_THREAD_ID in main()102 # define SIGEV_THREAD_ID 4 in main() macro104 sev.sigev_notify = SIGEV_THREAD_ID; in main()
58 case SIGEV_THREAD_ID: in MPERS_PRINTER_DECL()69 case SIGEV_THREAD_ID: in MPERS_PRINTER_DECL()
44497 Make SIGEV_THREAD_ID decoding less glibc specific.44498 SIGEV_THREAD_ID decoding requires access to an internal member of
40 {SIGALRM, SIGEV_THREAD_ID, "SIGEV_THREAD_ID"},75 if (nt->sigev_notify == SIGEV_THREAD_ID) in run()
180 sev.sigev_notify = SIGEV_SIGNAL | SIGEV_THREAD_ID; in threads()
309 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
258 sev.sigev_notify = SIGEV_THREAD_ID; in Timer()
42 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
175 sev.sigev_notify = SIGEV_SIGNAL | SIGEV_THREAD_ID; in sys_wait()
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()
864 SigevNotify::SigevThreadId{..} => libc::SIGEV_THREAD_ID, in new()866 SigevNotify::SigevThreadId{..} => libc::SIGEV_THREAD_ID, in new()
236 sigev.sigev_notify = SIGEV_THREAD_ID | SIGEV_SIGNAL; in timerthread()
4354 #ifdef SIGEV_THREAD_ID4355 { "SIGEV_THREAD_ID", (unsigned long) SIGEV_THREAD_ID },
408 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
673 pub const SIGEV_THREAD_ID: ::c_int = 4; constant
1674 pub const SIGEV_THREAD_ID: ::c_int = 4; constant