Home
last modified time | relevance | path

Searched refs:sigev_notify (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/tests/sys/aio/
H A Dlio_test.c99 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 Daio_kqueue_test.c121 iocb[i]->aio_sigevent.sigev_notify = SIGEV_KEVENT; in main()
H A Dlio_kqueue_test.c124 sig.sigev_notify = SIGEV_KEVENT; in main()
H A Daio_test.c207 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 Daio.c106 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 Dtimer.c90 if (evp == NULL || evp->sigev_notify != SIGEV_THREAD) { in __timer_create()
H A Dmq.c128 if (evp == NULL || evp->sigev_notify != SIGEV_THREAD) { in mq_dispatch()
H A Dsigev_thread.c231 newevp->sigev_notify = SIGEV_THREAD_ID; in __sigev_get_sigevent()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c89 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 Dfreebsd32_signal.h39 int sigev_notify; /* Notification type */ member
48 int sigev_notify; /* Notification type */ member
/freebsd/sys/kern/
H A Dvfs_aio.c904 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 Dkern_time.c1288 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 Duipc_mqueue.c1823 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 Dtst.sigwait.c46 ev.sigev_notify = SIGEV_SIGNAL; in main()
/freebsd/tests/sys/mqueue/
H A Dmqtest1.c35 sigev.sigev_notify = SIGEV_SIGNAL; in main()
H A Dmqtest5.c62 sigev.sigev_notify = SIGEV_SIGNAL; in main()
/freebsd/contrib/capsicum-test/
H A Dmqueue.cc66 se.sigev_notify = SIGEV_SIGNAL;
/freebsd/sys/sys/
H A Dsignal.h174 int sigev_notify; /* Notification type */ member
H A Dsignalvar.h203 int sigev_notify; /* Notification type */ member
/freebsd/tests/sys/fs/fusefs/
H A Dread.cc187 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 Dsigwait.c66 .sigev_notify = SIGEV_SIGNAL, in support_create_timer()
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c611 sev.sigev_notify = SIGEV_THREAD; in fmd_timer_install()
/freebsd/share/examples/scsi_target/
H A Dscsi_target.c887 se->sigev_notify = SIGEV_KEVENT; in get_ctio()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h86 int sigev_notify; member
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c911 ev.sigev_notify = SIGEV_SIGNAL; in status_init()

12