/freebsd/lib/librt/ |
H A D | aio.c | 61 struct sigevent *sig); 72 aio_sigev_alloc(sigev_id_t id, struct sigevent *sigevent, in aio_sigev_alloc() argument 73 struct sigev_node **sn, struct sigevent *saved_ev) in aio_sigev_alloc() 81 *sn = __sigev_alloc(SI_ASYNCIO, sigevent, NULL, 1); in aio_sigev_alloc() 87 *saved_ev = *sigevent; in aio_sigev_alloc() 89 __sigev_get_sigevent(*sn, sigevent, (*sn)->sn_id); in aio_sigev_alloc() 103 struct sigevent saved_ev; in aio_io() 201 struct sigevent saved_ev; in __aio_fsync() 225 struct sigevent *sig) in __lio_listio() 228 struct sigevent saved_ev; in __lio_listio()
|
H A D | sigev_thread.h | 71 struct sigev_node *__sigev_alloc(int, const struct sigevent *, 74 void __sigev_get_sigevent(struct sigev_node *, struct sigevent *,
|
H A D | timer.c | 42 extern int __sys_ktimer_create(clockid_t, struct sigevent *__restrict, 79 __timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in __timer_create() 82 struct sigevent ev; in __timer_create()
|
H A D | mq.c | 122 __mq_notify(mqd_t mqd, const struct sigevent *evp) in mq_dispatch() 124 struct sigevent ev; in mq_dispatch()
|
H A D | sigev_thread.c | 190 __sigev_alloc(int type, const struct sigevent *evp, struct sigev_node *prev, in __sigev_alloc() 224 __sigev_get_sigevent(struct sigev_node *sn, struct sigevent *newevp, in __sigev_get_sigevent()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_timer_create.c | 58 struct sigevent evt; in timer_signal_create() 64 (void)memset(&evt, 0, sizeof(struct sigevent)); in timer_signal_create() 131 struct sigevent evt; in timer_thread_create() 136 (void)memset(&evt, 0, sizeof(struct sigevent)); in timer_thread_create() 179 struct sigevent ev; in ATF_TC_BODY() 181 (void)memset(&ev, 0, sizeof(struct sigevent)); in ATF_TC_BODY()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_signal.h | 62 struct sigevent; 63 int convert_sigevent32(struct sigevent32 *sig32, struct sigevent *sig);
|
/freebsd/tests/sys/aio/ |
H A D | lio_test.c | 69 struct sigevent sev[2]; in ATF_TC_BODY() 151 struct sigevent sev; in ATF_TC_BODY() 179 struct sigevent sev; in ATF_TC_BODY() 198 struct sigevent sev; in ATF_TC_BODY()
|
H A D | aio_test.c | 202 static struct sigevent* 205 static struct sigevent sev; in setup_signal() 219 static struct sigevent* 222 static struct sigevent sev; in setup_thread() 259 static struct sigevent* 262 static struct sigevent sev; in setup_kqueue() 301 aio_write_test(struct aio_context *ac, completion comp, struct sigevent *sev) in aio_write_test() 333 aio_writev_test(struct aio_context *ac, completion comp, struct sigevent *sev) in aio_writev_test() 371 aio_read_test(struct aio_context *ac, completion comp, struct sigevent *sev) in aio_read_test() 400 aio_readv_test(struct aio_context *ac, completion comp, struct sigevent *sev) in aio_readv_test() [all …]
|
H A D | lio_kqueue_test.c | 66 struct sigevent sig; in main()
|
/freebsd/include/ |
H A D | time.h | 131 struct sigevent; 132 int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
|
H A D | mqueue.h | 41 int mq_notify(mqd_t, const struct sigevent *);
|
/freebsd/sys/sys/ |
H A D | aio.h | 116 struct sigevent aio_sigevent; /* Signal to deliver */ 250 struct sigevent *);
|
H A D | timers.h | 49 struct sigevent it_sigev;
|
H A D | signalvar.h | 317 ksiginfo_set_sigev(ksiginfo_t *dst, struct sigevent *sigev) in ksiginfo_set_sigev() 401 int sigev_findtd(struct proc *p, struct sigevent *sigev, struct thread **);
|
H A D | signal.h | 173 struct sigevent { struct
|
H A D | syscallsubr.h | 217 int kern_kmq_notify(struct thread *, int, struct sigevent *); 365 struct sigevent *evp, int *timerid, int preset_id);
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/ |
H A D | tst.sigwait.c | 39 struct sigevent ev; in main()
|
/freebsd/tests/sys/mqueue/ |
H A D | mqtest1.c | 17 struct sigevent sigev; in main()
|
H A D | mqtest5.c | 62 struct sigevent sigev; in main()
|
/freebsd/lib/libsys/ |
H A D | _libsys.h | 54 struct sigevent; 201 typedef int (__sys_ktimer_create_t)(clockid_t, struct sigevent *, int *); 219 typedef int (__sys_lio_listio_t)(int, struct aiocb * const *, int, struct sigevent *); 350 typedef int (__sys_kmq_notify_t)(int, const struct sigevent *); 602 int __sys_ktimer_create(clockid_t clock_id, struct sigevent * evp, int * timerid); 620 int __sys_lio_listio(int mode, struct aiocb * const * acb_list, int nent, struct sigevent * sig); 751 int __sys_kmq_notify(int mqd, const struct sigevent * sigev);
|
/freebsd/contrib/capsicum-test/ |
H A D | mqueue.cc | 65 struct sigevent se;
|
H A D | syscalls.h | 79 extern int __sys_kmq_notify(int, const struct sigevent *);
|
/freebsd/sys/kern/ |
H A D | vfs_aio.c | 247 struct sigevent lioj_signal; /* (a) signal on all I/O done */ 459 aio_sendsig(struct proc *p, struct sigevent *sigev, ksiginfo_t *ksi, bool ext) in aio_sendsig() 1359 convert_old_sigevent(struct osigevent *osig, struct sigevent *nsig) in convert_old_sigevent() 2200 struct aiocb **acb_list, int nent, struct sigevent *sig, in kern_lio_listio() 2348 struct sigevent *sigp, sig; in freebsd6_lio_listio() 2386 struct sigevent *sigp, sig; in sys_lio_listio() 2735 convert_old_sigevent32(struct osigevent32 *osig, struct sigevent *nsig) in convert_old_sigevent32() 3036 struct sigevent *sigp, sig; in freebsd6_freebsd32_lio_listio() 3082 struct sigevent *sigp, sig; in freebsd32_lio_listio()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_solaris.cpp | 88 unsigned struct_sigevent_sz = sizeof(struct sigevent);
|