Searched refs:SIGEV_THREAD (Results 1 – 21 of 21) sorted by relevance
8 #if !(defined(SIGEV_THREAD) || (defined(HAVE_DECL_SIGEV_THREAD) && HAVE_DECL_SIGEV_THREAD))9 # define SIGEV_THREAD 2 macro27 XLAT(SIGEV_THREAD),
3 SIGEV_THREAD 2
57 case SIGEV_THREAD: in MPERS_PRINTER_DECL()72 case SIGEV_THREAD: in MPERS_PRINTER_DECL()
2903 * time.c (printsigevent): Handle SIGEV_THREAD.
107 .notify = SIGEV_THREAD,229 case SIGEV_THREAD: in do_test()
80 se.sigev_notify = SIGEV_THREAD; in main()
84 sev.sigev_notify = SIGEV_THREAD; in main()
400 bogus_sev->sigev_notify = SIGEV_THREAD; in main()
700 aiocbp.aio_sigevent.sigev_notify = SIGEV_THREAD; in lio_write_buffer()1268 aiocbp.aio_sigevent.sigev_notify = SIGEV_THREAD; in lio_read_buffer()1708 SIGEV_THREAD ? "thread" : "unknown"));1817 SIGEV_THREAD ? "thread" : "unknown"));1841 SIGEV_THREAD ? "thread" : "unknown"));
63 if (fio_timers[i].sigev_notify == SIGEV_THREAD) in sig_alrm()
1106 #ifdef SIGEV_THREAD1107 { "SIGEV_THREAD", (unsigned long) SIGEV_THREAD },
277 #define SIGEV_THREAD 2 /* deliver via thread creation */ macro
185 sevp.sigev_notify = SIGEV_THREAD; in deTimer_create()
860 aiocb->aio_sigevent.sigev_notify = SIGEV_THREAD; in sunos_do_async_io()
923 #define VKI_SIGEV_THREAD SIGEV_THREAD
617 SIGEV_THREAD SIGSTKSZ SIG_BLOCK SIG_SETMASK SIG_UNBLOCK SS_DISABLE \
1099 evp.sigev_notify = x0 + SIGEV_THREAD; in sys_timer_create2()