Home
last modified time | relevance | path

Searched refs:SIGEV_SIGNAL (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_time.c1199 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()
H A Dvfs_aio.c897 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()
H A Duipc_mqueue.c2340 if (sigev->sigev_notify != SIGEV_SIGNAL && in kern_kmq_notify()
2344 if ((sigev->sigev_notify == SIGEV_SIGNAL || in kern_kmq_notify()
/f-stack/freebsd/sys/
H A Dsignal.h219 #define SIGEV_SIGNAL 1 /* Generate a queued signal. */ macro