Searched refs:sigev_notify (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_signal.h39 int sigev_notify; /* Notification type */ member in struct:osigevent32
48 int sigev_notify; /* Notification type */ member in struct:sigevent32
H A Dfreebsd32_misc.c3079 CP(*sig32, *sig, sigev_notify);
3080 switch (sig->sigev_notify) {
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_timer.c57 CP(*l_sig, *sig, sigev_notify);
58 switch (l_sig->sigev_notify) {
62 sig->sigev_notify = SIGEV_SIGNAL;
67 sig->sigev_notify = SIGEV_NONE;
72 sig->sigev_notify = SIGEV_THREAD;
80 sig->sigev_notify = SIGEV_THREAD_ID;
H A Dlinux_timer.h87 l_int sigev_notify; member in struct:l_sigevent
/freebsd-11-stable/lib/librt/
H A Daio.c108 if (iocb->aio_sigevent.sigev_notify != SIGEV_THREAD) {
151 if ((*iocbp)->aio_sigevent.sigev_notify == SIGEV_THREAD) {
167 if (iocb->aio_sigevent.sigev_notify == SIGEV_THREAD) {
192 if (iocb->aio_sigevent.sigev_notify != SIGEV_THREAD)
219 if (sig == NULL || sig->sigev_notify != SIGEV_THREAD)
H A Dtimer.c91 if (evp == NULL || evp->sigev_notify != SIGEV_THREAD) {
H A Dmq.c141 if (evp == NULL || evp->sigev_notify != SIGEV_THREAD) {
H A Dsigev_thread.c231 newevp->sigev_notify = SIGEV_THREAD_ID;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c89 evt.sigev_notify = SIGEV_SIGNAL;
130 ev.sigev_notify = SIGEV_SIGNAL;
136 ev.sigev_notify = SIGEV_THREAD + 100;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c48 ev.sigev_notify = SIGEV_SIGNAL;
/freebsd-11-stable/tests/sys/mqueue/
H A Dmqtest1.c40 sigev.sigev_notify = SIGEV_SIGNAL;
H A Dmqtest5.c67 sigev.sigev_notify = SIGEV_SIGNAL;
/freebsd-11-stable/tests/sys/aio/
H A Dlio_test.c100 sev[i].sigev_notify = SIGEV_KEVENT;
150 sev.sigev_notify = SIGEV_KEVENT;
174 sev.sigev_notify = SIGEV_SIGNAL;
196 sev.sigev_notify = SIGEV_THREAD;
H A Daio_kqueue_test.c124 iocb[i]->aio_sigevent.sigev_notify = SIGEV_KEVENT;
H A Dlio_kqueue_test.c128 sig.sigev_notify = SIGEV_KEVENT;
H A Daio_test.c208 sev.sigev_notify = SIGEV_SIGNAL;
225 sev.sigev_notify = SIGEV_THREAD;
/freebsd-11-stable/sys/kern/
H A Dvfs_aio.c897 if (job->uaiocb.aio_sigevent.sigev_notify == SIGEV_SIGNAL ||
898 job->uaiocb.aio_sigevent.sigev_notify == SIGEV_THREAD_ID)
904 if (lj->lioj_signal.sigev_notify == SIGEV_KEVENT) {
910 && (lj->lioj_signal.sigev_notify == SIGEV_SIGNAL ||
911 lj->lioj_signal.sigev_notify == SIGEV_THREAD_ID)) {
1341 nsig->sigev_notify = osig->sigev_notify;
1342 switch (nsig->sigev_notify) {
1495 if (job->uaiocb.aio_sigevent.sigev_notify != SIGEV_KEVENT &&
1496 job->uaiocb.aio_sigevent.sigev_notify !
[all...]
H A Dkern_time.c1198 if (evp->sigev_notify != SIGEV_NONE &&
1199 evp->sigev_notify != SIGEV_SIGNAL &&
1200 evp->sigev_notify != SIGEV_THREAD_ID)
1202 if ((evp->sigev_notify == SIGEV_SIGNAL ||
1203 evp->sigev_notify == SIGEV_THREAD_ID) &&
1256 it->it_sigev.sigev_notify = SIGEV_SIGNAL;
1272 if (it->it_sigev.sigev_notify == SIGEV_SIGNAL ||
1273 it->it_sigev.sigev_notify == SIGEV_THREAD_ID) {
1660 if (it->it_sigev.sigev_notify == SIGEV_SIGNAL ||
1661 it->it_sigev.sigev_notify
[all...]
H A Duipc_mqueue.c1819 if (nt->nt_sigev.sigev_notify != SIGEV_NONE) {
2321 if (sigev->sigev_notify != SIGEV_SIGNAL &&
2322 sigev->sigev_notify != SIGEV_THREAD_ID &&
2323 sigev->sigev_notify != SIGEV_NONE)
2325 if ((sigev->sigev_notify == SIGEV_SIGNAL ||
2326 sigev->sigev_notify == SIGEV_THREAD_ID) &&
/freebsd-11-stable/sys/sys/
H A Dsignal.h194 int sigev_notify; /* Notification type */ member in struct:sigevent
H A Dsignalvar.h204 int sigev_notify; /* Notification type */ member in struct:osigevent
/freebsd-11-stable/contrib/gdb/gdb/
H A Dnto-procfs.c559 event.sigev_notify = SIGEV_SIGNAL_THREAD;
/freebsd-11-stable/share/examples/scsi_target/
H A Dscsi_target.c883 se->sigev_notify = SIGEV_KEVENT;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c903 ev.sigev_notify = SIGEV_SIGNAL;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h92 int sigev_notify; member in struct:__sanitizer::__sanitizer_sigevent

Completed in 308 milliseconds

12