Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c89 evt.sigev_notify = SIGEV_SIGNAL; in timer_signal_create()
185 ev.sigev_notify = SIGEV_SIGNAL; in ATF_TC_BODY()
/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.c39 sigev.sigev_notify = SIGEV_SIGNAL; in main()
H A Dmqtest5.c66 sigev.sigev_notify = SIGEV_SIGNAL; in main()
/freebsd/contrib/capsicum-test/
H A Dmqueue.cc66 se.sigev_notify = SIGEV_SIGNAL;
/freebsd/sys/compat/linux/
H A Dlinux_timer.c55 sig->sigev_notify = SIGEV_SIGNAL; in linux_convert_l_sigevent()
/freebsd/sys/sys/
H A Dsignal.h197 #define SIGEV_SIGNAL 1 /* Generate a queued signal. */ macro
/freebsd/sys/kern/
H A Dkern_time.c1248 evp->sigev_notify != SIGEV_SIGNAL && in kern_ktimer_create()
1251 if ((evp->sigev_notify == SIGEV_SIGNAL || in kern_ktimer_create()
1302 it->it_sigev.sigev_notify = SIGEV_SIGNAL; in kern_ktimer_create()
1318 if (it->it_sigev.sigev_notify == SIGEV_SIGNAL || in kern_ktimer_create()
1751 if (it->it_sigev.sigev_notify == SIGEV_SIGNAL || in itimer_fire()
H A Dvfs_aio.c894 if (job->uaiocb.aio_sigevent.sigev_notify == SIGEV_SIGNAL || in aio_bio_done_notify()
907 (lj->lioj_signal.sigev_notify == SIGEV_SIGNAL || in aio_bio_done_notify()
1378 case SIGEV_SIGNAL: in convert_old_sigevent()
1541 job->uaiocb.aio_sigevent.sigev_notify != SIGEV_SIGNAL && in aio_aqueue()
1548 if ((job->uaiocb.aio_sigevent.sigev_notify == SIGEV_SIGNAL || in aio_aqueue()
2281 } else if (lj->lioj_signal.sigev_notify == SIGEV_SIGNAL || in kern_lio_listio()
2341 (lj->lioj_signal.sigev_notify == SIGEV_SIGNAL || in kern_lio_listio()
2773 case SIGEV_SIGNAL: in convert_old_sigevent32()
H A Duipc_mqueue.c2330 if (sigev->sigev_notify != SIGEV_SIGNAL && in kern_kmq_notify()
2334 if ((sigev->sigev_notify == SIGEV_SIGNAL || in kern_kmq_notify()
/freebsd/tests/sys/aio/
H A Dlio_test.c182 sev.sigev_notify = SIGEV_SIGNAL; in ATF_TC_BODY()
H A Daio_test.c208 sev.sigev_notify = SIGEV_SIGNAL; in setup_signal()
/freebsd/tests/sys/kern/
H A Dsigwait.c66 .sigev_notify = SIGEV_SIGNAL, in support_create_timer()
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c911 ev.sigev_notify = SIGEV_SIGNAL; in status_init()
/freebsd/usr.bin/truss/
H A Dsyscalls.c1227 case SIGEV_SIGNAL: in print_sigevent()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3821 case SIGEV_SIGNAL: in convert_sigevent32()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c980 {.sigev_notify = SIGEV_SIGNAL, .sigev_signo = SIGUSR1}; in send_progress_thread()