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

/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_signal.h77 int sigev_notify; /* Notification type */ member in struct:osigevent32
86 int sigev_notify; /* Notification type */ member in struct:sigevent32
H A Dfreebsd32_misc.c2981 CP(*sig32, *sig, sigev_notify);
2982 switch (sig->sigev_notify) {
/freebsd-9.3-release/lib/librt/
H A Daio.c105 if (iocb->aio_sigevent.sigev_notify != SIGEV_THREAD) {
146 if ((*iocbp)->aio_sigevent.sigev_notify == SIGEV_THREAD) {
162 if (iocb->aio_sigevent.sigev_notify == SIGEV_THREAD) {
180 if (iocb->aio_sigevent.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.c230 newevp->sigev_notify = SIGEV_THREAD_ID;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c48 ev.sigev_notify = SIGEV_SIGNAL;
/freebsd-9.3-release/tools/regression/mqueue/mqtest1/
H A Dmqtest1.c35 sigev.sigev_notify = SIGEV_SIGNAL;
/freebsd-9.3-release/sys/kern/
H A Dvfs_aio.c986 if (aiocbe->uaiocb.aio_sigevent.sigev_notify == SIGEV_SIGNAL ||
987 aiocbe->uaiocb.aio_sigevent.sigev_notify == SIGEV_THREAD_ID)
993 if (lj->lioj_signal.sigev_notify == SIGEV_KEVENT) {
999 && (lj->lioj_signal.sigev_notify == SIGEV_SIGNAL ||
1000 lj->lioj_signal.sigev_notify == SIGEV_THREAD_ID)) {
1418 nsig->sigev_notify = osig->sigev_notify;
1419 switch (nsig->sigev_notify) {
1567 if (aiocbe->uaiocb.aio_sigevent.sigev_notify != SIGEV_KEVENT &&
1568 aiocbe->uaiocb.aio_sigevent.sigev_notify !
[all...]
H A Dkern_time.c1091 if (evp->sigev_notify != SIGEV_NONE &&
1092 evp->sigev_notify != SIGEV_SIGNAL &&
1093 evp->sigev_notify != SIGEV_THREAD_ID)
1095 if ((evp->sigev_notify == SIGEV_SIGNAL ||
1096 evp->sigev_notify == SIGEV_THREAD_ID) &&
1149 it->it_sigev.sigev_notify = SIGEV_SIGNAL;
1165 if (it->it_sigev.sigev_notify == SIGEV_SIGNAL ||
1166 it->it_sigev.sigev_notify == SIGEV_THREAD_ID) {
1546 if (it->it_sigev.sigev_notify == SIGEV_SIGNAL ||
1547 it->it_sigev.sigev_notify
[all...]
H A Duipc_mqueue.c1761 if (nt->nt_sigev.sigev_notify != SIGEV_NONE) {
2249 if (sigev->sigev_notify != SIGEV_SIGNAL &&
2250 sigev->sigev_notify != SIGEV_THREAD_ID &&
2251 sigev->sigev_notify != SIGEV_NONE)
2253 if ((sigev->sigev_notify == SIGEV_SIGNAL ||
2254 sigev->sigev_notify == SIGEV_THREAD_ID) &&
H A Dkern_sig.c1986 if (sigev->sigev_notify == SIGEV_THREAD_ID) {
/freebsd-9.3-release/tools/regression/mqueue/mqtest5/
H A Dmqtest5.c61 sigev.sigev_notify = SIGEV_SIGNAL;
/freebsd-9.3-release/tools/regression/aio/kqueue/
H A Daio_kqueue.c106 iocb[i]->aio_sigevent.sigev_notify = SIGEV_KEVENT;
/freebsd-9.3-release/sys/sys/
H A Dsignal.h163 int sigev_notify; /* Notification type */ member in struct:sigevent
H A Dsignalvar.h203 int sigev_notify; /* Notification type */ member in struct:osigevent
/freebsd-9.3-release/tools/regression/aio/kqueue/lio/
H A Dlio_kqueue.c120 sig.sigev_notify = SIGEV_KEVENT;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dnto-procfs.c559 event.sigev_notify = SIGEV_SIGNAL_THREAD;
/freebsd-9.3-release/share/examples/scsi_target/
H A Dscsi_target.c889 se->sigev_notify = SIGEV_KEVENT;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c863 ev.sigev_notify = SIGEV_SIGNAL;

Completed in 310 milliseconds