Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsignal.h218 #define SIGEV_NONE 0 /* No async notification. */ macro
/f-stack/freebsd/kern/
H A Dvfs_aio.c1379 case SIGEV_NONE: in convert_old_sigevent()
1544 job->uaiocb.aio_sigevent.sigev_notify != SIGEV_NONE) { in aio_aqueue()
2268 } else if (lj->lioj_signal.sigev_notify == SIGEV_NONE) { in kern_lio_listio()
2760 case SIGEV_NONE: in convert_old_sigevent32()
H A Duipc_mqueue.c1828 if (nt->nt_sigev.sigev_notify != SIGEV_NONE) { in mqueue_send_notification()
2342 sigev->sigev_notify != SIGEV_NONE) in kern_kmq_notify()
H A Dkern_time.c1198 if (evp->sigev_notify != SIGEV_NONE && in kern_ktimer_create()