/freebsd/tests/sys/aio/ |
H A D | lio_test.c | 99 sev[i].sigev_notify = SIGEV_KEVENT; in ATF_TC_BODY() 158 sev.sigev_notify = SIGEV_KEVENT; in ATF_TC_BODY() 180 sev.sigev_notify = SIGEV_SIGNAL; in ATF_TC_BODY() 200 sev.sigev_notify = SIGEV_THREAD; in ATF_TC_BODY() 231 write_cb.aio_sigevent.sigev_notify = SIGEV_NONE; in ATF_TC_BODY() 240 read_cb.aio_sigevent.sigev_notify = SIGEV_NONE; in ATF_TC_BODY() 253 writev_cb.aio_sigevent.sigev_notify = SIGEV_NONE; in ATF_TC_BODY() 266 readv_cb.aio_sigevent.sigev_notify = SIGEV_NONE; in ATF_TC_BODY()
|
H A D | aio_kqueue_test.c | 121 iocb[i]->aio_sigevent.sigev_notify = SIGEV_KEVENT; in main()
|
H A D | lio_kqueue_test.c | 124 sig.sigev_notify = SIGEV_KEVENT; in main()
|
H A D | aio_test.c | 207 sev.sigev_notify = SIGEV_SIGNAL; in setup_signal() 224 sev.sigev_notify = SIGEV_THREAD; in setup_thread() 270 sev.sigev_notify = SIGEV_KEVENT; in setup_kqueue() 1489 iocb.aio_sigevent.sigev_notify = 666; in ATF_TC_BODY() 1768 iocb.aio_sigevent.sigev_notify = SIGEV_KEVENT; in ATF_TC_BODY()
|
/freebsd/lib/librt/ |
H A D | aio.c | 106 if (iocb->aio_sigevent.sigev_notify != SIGEV_THREAD) { in aio_io() 163 if ((*iocbp)->aio_sigevent.sigev_notify == SIGEV_THREAD) { in __aio_waitcomplete() 179 if (iocb->aio_sigevent.sigev_notify == SIGEV_THREAD) { in __aio_return() 204 if (iocb->aio_sigevent.sigev_notify != SIGEV_THREAD) in __aio_fsync() 231 if (sig == NULL || sig->sigev_notify != SIGEV_THREAD) in __lio_listio()
|
H A D | timer.c | 90 if (evp == NULL || evp->sigev_notify != SIGEV_THREAD) { in __timer_create()
|
H A D | mq.c | 128 if (evp == NULL || evp->sigev_notify != SIGEV_THREAD) { in mq_dispatch()
|
H A D | sigev_thread.c | 231 newevp->sigev_notify = SIGEV_THREAD_ID; in __sigev_get_sigevent()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_timer_create.c | 89 evt.sigev_notify = SIGEV_SIGNAL; in timer_signal_create() 144 evt.sigev_notify = SIGEV_THREAD; in timer_thread_create() 185 ev.sigev_notify = SIGEV_SIGNAL; in ATF_TC_BODY() 191 ev.sigev_notify = SIGEV_THREAD + 100; in ATF_TC_BODY()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_signal.h | 39 int sigev_notify; /* Notification type */ member 48 int sigev_notify; /* Notification type */ member
|
/freebsd/sys/kern/ |
H A D | vfs_aio.c | 904 if (job->uaiocb.aio_sigevent.sigev_notify == SIGEV_SIGNAL || in aio_bio_done_notify() 905 job->uaiocb.aio_sigevent.sigev_notify == SIGEV_THREAD_ID) in aio_bio_done_notify() 911 if (lj->lioj_signal.sigev_notify == SIGEV_KEVENT) { in aio_bio_done_notify() 917 (lj->lioj_signal.sigev_notify == SIGEV_SIGNAL || in aio_bio_done_notify() 918 lj->lioj_signal.sigev_notify == SIGEV_THREAD_ID)) { in aio_bio_done_notify() 1384 nsig->sigev_notify = osig->sigev_notify; in convert_old_sigevent() 1385 switch (nsig->sigev_notify) { in convert_old_sigevent() 1542 if (job->uaiocb.aio_sigevent.sigev_notify != SIGEV_KEVENT && in aio_aqueue() 1543 job->uaiocb.aio_sigevent.sigev_notify != SIGEV_SIGNAL && in aio_aqueue() 1544 job->uaiocb.aio_sigevent.sigev_notify != SIGEV_THREAD_ID && in aio_aqueue() [all …]
|
H A D | kern_time.c | 1288 if (evp->sigev_notify != SIGEV_NONE && in kern_ktimer_create() 1289 evp->sigev_notify != SIGEV_SIGNAL && in kern_ktimer_create() 1290 evp->sigev_notify != SIGEV_THREAD_ID) in kern_ktimer_create() 1292 if ((evp->sigev_notify == SIGEV_SIGNAL || in kern_ktimer_create() 1293 evp->sigev_notify == SIGEV_THREAD_ID) && in kern_ktimer_create() 1343 it->it_sigev.sigev_notify = SIGEV_SIGNAL; in kern_ktimer_create() 1360 if (it->it_sigev.sigev_notify == SIGEV_SIGNAL || in kern_ktimer_create() 1361 it->it_sigev.sigev_notify == SIGEV_THREAD_ID) { in kern_ktimer_create() 1794 if (it->it_sigev.sigev_notify == SIGEV_SIGNAL || in itimer_fire() 1795 it->it_sigev.sigev_notify == SIGEV_THREAD_ID) { in itimer_fire()
|
H A D | uipc_mqueue.c | 1823 if (nt->nt_sigev.sigev_notify != SIGEV_NONE) { in mqueue_send_notification() 2365 if (sigev->sigev_notify != SIGEV_SIGNAL && in kern_kmq_notify() 2366 sigev->sigev_notify != SIGEV_THREAD_ID && in kern_kmq_notify() 2367 sigev->sigev_notify != SIGEV_NONE) in kern_kmq_notify() 2369 if ((sigev->sigev_notify == SIGEV_SIGNAL || in kern_kmq_notify() 2370 sigev->sigev_notify == SIGEV_THREAD_ID) && in kern_kmq_notify()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/ |
H A D | tst.sigwait.c | 46 ev.sigev_notify = SIGEV_SIGNAL; in main()
|
/freebsd/tests/sys/mqueue/ |
H A D | mqtest1.c | 35 sigev.sigev_notify = SIGEV_SIGNAL; in main()
|
H A D | mqtest5.c | 62 sigev.sigev_notify = SIGEV_SIGNAL; in main()
|
/freebsd/contrib/capsicum-test/ |
H A D | mqueue.cc | 66 se.sigev_notify = SIGEV_SIGNAL;
|
/freebsd/sys/sys/ |
H A D | signal.h | 174 int sigev_notify; /* Notification type */ member
|
H A D | signalvar.h | 203 int sigev_notify; /* Notification type */ member
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | read.cc | 187 iocb.aio_sigevent.sigev_notify = SIGEV_NONE; in TEST_F() 251 iocb0.aio_sigevent.sigev_notify = SIGEV_NONE; in TEST_F() 258 iocb1.aio_sigevent.sigev_notify = SIGEV_NONE; in TEST_F() 333 iocb0.aio_sigevent.sigev_notify = SIGEV_NONE; in TEST_F() 340 iocb1.aio_sigevent.sigev_notify = SIGEV_NONE; in TEST_F()
|
/freebsd/tests/sys/kern/ |
H A D | sigwait.c | 66 .sigev_notify = SIGEV_SIGNAL, in support_create_timer()
|
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | fmd_api.c | 611 sev.sigev_notify = SIGEV_THREAD; in fmd_timer_install()
|
/freebsd/share/examples/scsi_target/ |
H A D | scsi_target.c | 887 se->sigev_notify = SIGEV_KEVENT; in get_ctio()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.h | 86 int sigev_notify; member
|
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/ |
H A D | lockstat.c | 911 ev.sigev_notify = SIGEV_SIGNAL; in status_init()
|