Searched refs:sigevent (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-12-stable/sys/compat/freebsd32/
H A Dfreebsd32_signal.h64 struct sigevent;
65 int convert_sigevent32(struct sigevent32 *sig32, struct sigevent *sig);
/freebsd-12-stable/lib/librt/
H A Daio.c60 struct sigevent *sig);
71 aio_sigev_alloc(sigev_id_t id, struct sigevent *sigevent, argument
72 struct sigev_node **sn, struct sigevent *saved_ev)
80 *sn = __sigev_alloc(SI_ASYNCIO, sigevent, NULL, 1);
86 *saved_ev = *sigevent;
88 __sigev_get_sigevent(*sn, sigevent, (*sn)->sn_id);
102 struct sigevent saved_ev;
186 struct sigevent saved_ev;
210 struct sigevent *si
[all...]
H A Dsigev_thread.h73 struct sigev_node *__sigev_alloc(int, const struct sigevent *,
76 void __sigev_get_sigevent(struct sigev_node *, struct sigevent *,
H A Dtimer.c45 extern int __sys_ktimer_create(clockid_t, struct sigevent *__restrict,
82 __timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid)
85 struct sigevent ev;
H A Dmq.c46 extern int __sys_kmq_notify(int, const struct sigevent *);
137 __mq_notify(mqd_t mqd, const struct sigevent *evp)
139 struct sigevent ev;
H A Dsigev_thread.c192 __sigev_alloc(int type, const struct sigevent *evp, struct sigev_node *prev,
226 __sigev_get_sigevent(struct sigev_node *sn, struct sigevent *newevp,
230 * Build a new sigevent, and tell kernel to deliver SIGLIBRT
/freebsd-12-stable/include/
H A Dmqueue.h44 int mq_notify(mqd_t, const struct sigevent *);
H A Dtime.h162 struct sigevent;
163 int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c58 struct sigevent evt;
64 (void)memset(&evt, 0, sizeof(struct sigevent));
131 struct sigevent evt;
136 (void)memset(&evt, 0, sizeof(struct sigevent));
179 struct sigevent ev;
181 (void)memset(&ev, 0, sizeof(struct sigevent));
201 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
215 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
229 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
243 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(
[all...]
/freebsd-12-stable/sys/sys/
H A Daio.h102 struct sigevent aio_sigevent; /* Signal to deliver */
225 struct sigevent *);
H A Dtimers.h51 struct sigevent it_sigev;
H A Dsignalvar.h304 ksiginfo_set_sigev(ksiginfo_t *dst, struct sigevent *sigev)
386 int sigev_findtd(struct proc *p, struct sigevent *sigev, struct thread **);
H A Dsignal.h195 struct sigevent { struct
H A Dsysproto.h643 char evp_l_[PADL_(struct sigevent *)]; struct sigevent * evp; char evp_r_[PADR_(struct sigevent *)];
715 char sig_l_[PADL_(struct sigevent *)]; struct sigevent * sig; char sig_r_[PADR_(struct sigevent *)];
1292 char sigev_l_[PADL_(const struct sigevent *)]; const struct sigevent * sigev; char sigev_r_[PADR_(const struct sigevent *)];
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c39 struct sigevent ev;
/freebsd-12-stable/tests/sys/aio/
H A Dlio_test.c68 struct sigevent sev[2];
141 struct sigevent sev;
169 struct sigevent sev;
188 struct sigevent sev;
H A Daio_test.c202 static struct sigevent*
205 static struct sigevent sev;
219 static struct sigevent*
222 static struct sigevent sev;
260 aio_write_test(struct aio_context *ac, completion comp, struct sigevent *sev)
289 aio_read_test(struct aio_context *ac, completion comp, struct sigevent *sev)
331 aio_file_test(completion comp, struct sigevent *sev)
382 aio_fifo_test(completion comp, struct sigevent *sev)
449 aio_unix_socketpair_test(completion comp, struct sigevent *sev)
514 aio_pty_test(completion comp, struct sigevent *se
[all...]
H A Dlio_kqueue_test.c68 struct sigevent sig;
/freebsd-12-stable/tests/sys/mqueue/
H A Dmqtest1.c18 struct sigevent sigev;
H A Dmqtest5.c63 struct sigevent sigev;
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_timer.c54 linux_convert_l_sigevent(struct l_sigevent *l_sig, struct sigevent *sig)
95 struct sigevent ev, *evp;
/freebsd-12-stable/sys/kern/
H A Dvfs_aio.c253 struct sigevent lioj_signal; /* (a) signal on all I/O done */
469 aio_sendsig(struct proc *p, struct sigevent *sigev, ksiginfo_t *ksi, bool ext)
1333 convert_old_sigevent(struct osigevent *osig, struct sigevent *nsig)
1338 * supported by AIO with the old sigevent structure.
2121 struct aiocb **acb_list, int nent, struct sigevent *sig,
2268 struct sigevent *sigp, sig;
2306 struct sigevent *sigp, sig;
2622 convert_old_sigevent32(struct osigevent32 *osig, struct sigevent *nsig)
2627 * supported by AIO with the old sigevent structure.
2900 struct sigevent *sig
[all...]
H A Dkern_time.c1157 struct sigevent * evp;
1164 struct sigevent *evp, ev;
1186 kern_ktimer_create(struct thread *td, clockid_t clock_id, struct sigevent *evp,
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp87 unsigned struct_sigevent_sz = sizeof(struct sigevent);
/freebsd-12-stable/share/man/man3/
H A DMakefile19 sigevent.3 \

Completed in 308 milliseconds

12