Searched refs:SIGEV_SIGNAL (Results 1 – 4 of 4) sorted by relevance
1199 evp->sigev_notify != SIGEV_SIGNAL && in kern_ktimer_create()1202 if ((evp->sigev_notify == SIGEV_SIGNAL || in kern_ktimer_create()1256 it->it_sigev.sigev_notify = SIGEV_SIGNAL; in kern_ktimer_create()1272 if (it->it_sigev.sigev_notify == SIGEV_SIGNAL || in kern_ktimer_create()1662 if (it->it_sigev.sigev_notify == SIGEV_SIGNAL || in itimer_fire()
897 if (job->uaiocb.aio_sigevent.sigev_notify == SIGEV_SIGNAL || in aio_bio_done_notify()910 (lj->lioj_signal.sigev_notify == SIGEV_SIGNAL || in aio_bio_done_notify()1381 case SIGEV_SIGNAL: in convert_old_sigevent()1542 job->uaiocb.aio_sigevent.sigev_notify != SIGEV_SIGNAL && in aio_aqueue()1549 if ((job->uaiocb.aio_sigevent.sigev_notify == SIGEV_SIGNAL || in aio_aqueue()2270 } else if (lj->lioj_signal.sigev_notify == SIGEV_SIGNAL || in kern_lio_listio()2330 (lj->lioj_signal.sigev_notify == SIGEV_SIGNAL || in kern_lio_listio()2762 case SIGEV_SIGNAL: in convert_old_sigevent32()
2340 if (sigev->sigev_notify != SIGEV_SIGNAL && in kern_kmq_notify()2344 if ((sigev->sigev_notify == SIGEV_SIGNAL || in kern_kmq_notify()
219 #define SIGEV_SIGNAL 1 /* Generate a queued signal. */ macro