Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libc/sys/
H A Dt_timer_create.c100 evt.sigev_notify = SIGEV_SIGNAL; in timer_signal_create()
262 ev.sigev_notify = SIGEV_SIGNAL;
268 ev.sigev_notify = SIGEV_THREAD + 100;
/netbsd-src/sys/compat/linux/common/
H A Dlinux_sigevent.h48 int sigev_notify; member
H A Dlinux_signal.c868 switch (lsep->sigev_notify) { in linux_to_native_sigevent()
870 nsep->sigev_notify = SIGEV_SIGNAL; in linux_to_native_sigevent()
874 nsep->sigev_notify = SIGEV_NONE; in linux_to_native_sigevent()
H A Dlinux_mqueue.c202 if (sig.sigev_notify == SIGEV_SIGNAL && in linux_sys_mq_notify()
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_sigevent.h50 int sigev_notify; member
H A Dlinux32_signal.c667 switch (lsep->sigev_notify) { in linux32_to_native_sigevent()
669 nsep->sigev_notify = SIGEV_SIGNAL; in linux32_to_native_sigevent()
673 nsep->sigev_notify = SIGEV_NONE; in linux32_to_native_sigevent()
/netbsd-src/sys/kern/
H A Dsys_aio.c464 if (sig->sigev_signo == 0 || sig->sigev_notify == SIGEV_NONE) in aio_sendsig()
501 sig->sigev_notify < SIGEV_NONE || sig->sigev_notify > SIGEV_SA) in aio_enqueue_job()
972 sig->sigev_notify < SIGEV_NONE || in sys_lio_listio()
973 sig->sigev_notify > SIGEV_SA)) in sys_lio_listio()
H A Dkern_time.c1178 if (pt->pt_ev.sigev_notify != SIGEV_SIGNAL) { in ptimer_fire()
1238 ((pt->pt_ev.sigev_notify < SIGEV_NONE) || in timer_create1()
1239 (pt->pt_ev.sigev_notify > SIGEV_SA)) || in timer_create1()
1240 (pt->pt_ev.sigev_notify == SIGEV_SIGNAL && in timer_create1()
1259 pt->pt_ev.sigev_notify = SIGEV_SIGNAL; in timer_create1()
1664 pt->pt_ev.sigev_notify = SIGEV_SIGNAL; in dosetitimer()
1795 if (pt->pt_ev.sigev_notify != SIGEV_SIGNAL) { in ptimer_intr()
H A Dsys_mqueue.c876 mq->mq_sig_notify.sigev_notify == SIGEV_SIGNAL) { in mq_send1()
969 if (sig.sigev_notify == SIGEV_SIGNAL && in sys_mq_notify()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsignal.d2918 int sigev_notify;
2937 int sigev_notify;
2956 int sigev_notify;
2985 int sigev_notify;
2995 int sigev_notify;
3006 int sigev_notify;
/netbsd-src/external/bsd/atf/dist/tools/
H A Dtimers.cpp88 se.sigev_notify = SIGEV_SIGNAL; in timer()
/netbsd-src/sys/sys/
H A Dsignal.h298 int sigev_notify;
297 int sigev_notify; global() member
/netbsd-src/usr.bin/flock/
H A Dflock.c270 ev.sigev_notify = SIGEV_SIGNAL; in main()
/netbsd-src/sys/arch/usermode/dev/
H A Dld_thunkbus.c172 tt->tt_aio.aio_sigevent.sigev_notify = SIGEV_SIGNAL; in ld_thunkbus_ldstart()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_mqueue.c193 if (sig32.sigev_notify == SIGEV_SIGNAL && in netbsd32_mq_notify()
H A Dnetbsd32_conv.h838 ev->sigev_notify = ev32->sigev_notify; in netbsd32_to_sigevent()
H A Dnetbsd32.h737 int sigev_notify; member
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Ddispatcher.c575 sigev.sigev_notify = SIGEV_THREAD_ID | SIGEV_SIGNAL; in collector_timer_create()
876 if (sevp == NULL || sevp->sigev_notify != SIGEV_SIGNAL in timer_create()
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Ddispatcher.c598 sigev.sigev_notify = SIGEV_THREAD_ID | SIGEV_SIGNAL; in collector_timer_create()
916 if (sevp == NULL || sevp->sigev_notify != SIGEV_SIGNAL || in gprofng_timer_create()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h86 int sigev_notify; member
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h86 int sigev_notify; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h93 int sigev_notify; member