HomeSort by: relevance | last modified time | path
    Searched refs:sigevent (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/fixincludes/tests/base/sys/
time.h 13 struct sigevent;
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/
time.h 13 struct sigevent;
  /src/sys/compat/linux/common/
linux_sigevent.h 60 int linux_to_native_sigevent(struct sigevent *,
linux_mqueue.c 193 struct sigevent sig;
214 sizeof(struct sigevent));
  /src/sys/compat/linux32/common/
linux32_sigevent.h 62 int linux32_to_native_sigevent(struct sigevent *,
linux32_signal.c 662 linux32_to_native_sigevent(struct sigevent *nsep,
697 struct sigevent *sep = dst;
  /src/include/
aio.h 53 int, struct sigevent * __restrict);
mqueue.h 44 int mq_notify(mqd_t, const struct sigevent *);
time.h 146 struct sigevent;
168 int timer_create(clockid_t, struct sigevent * __restrict,
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
aio.d 41 sigevent aio_sigevent;
62 sigevent aio_sigevent;
89 sigevent aio_sigevent;
113 sigevent aio_sigevent;
137 sigevent aio_sigevent;
152 sigevent aio_sigevent;
172 sigevent aio_sigevent;
196 sigevent aio_sigevent;
354 int lio_listio64(int mode, const(aiocb64*)* aiocb_list, int nitems, sigevent* sevp);
374 int lio_listio(int mode, const(aiocb*)* aiocb_list, int nitems, sigevent* sevp)
    [all...]
mqueue.d 146 int mq_notify (mqd_t mqdes, const(sigevent)* notification);
time.d 21 public import core.sys.posix.signal; // for sigevent
195 int timer_create(clockid_t, sigevent*, timer_t*);
231 int timer_create(clockid_t, sigevent*, timer_t*);
270 int timer_create(clockid_t, sigevent*, timer_t*);
296 int timer_create(clockid_t, sigevent*, timer_t*);
320 int timer_create(clockid_t, sigevent*, timer_t*);
369 int timer_create(clockid_t, sigevent*, timer_t*);
396 int timer_create(int, sigevent*, timer_t*);
433 int timer_create(clockid_t, sigevent*, timer_t*);
460 int timer_create(clockid_t, sigevent*, timer_t*)
    [all...]
signal.d 2888 struct sigevent
2914 struct sigevent
2935 struct sigevent
2954 struct sigevent
2965 // OpenBSD does not implement sigevent.
2966 alias sigevent = void;
2983 struct sigevent
2993 struct sigevent
3004 struct sigevent
  /src/sys/sys/
mqueue.h 85 struct sigevent mq_sig_notify;
aio.h 62 struct sigevent aio_sigevent; /* Signal to deliver */
191 struct sigevent sig; /* Signal of lio_listio() calls */
timevar.h 127 struct sigevent pt_ev; /* event notification info */
212 int timer_create1(timer_t *, clockid_t, struct sigevent *, copyin_t,
signal.h 297 struct sigevent { struct
  /src/tests/lib/libc/sys/
t_timer_create.c 71 struct sigevent evt;
77 (void)memset(&evt, 0, sizeof(struct sigevent));
258 struct sigevent ev;
260 (void)memset(&ev, 0, sizeof(struct sigevent));
280 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
294 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
308 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
322 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
336 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
350 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3),
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
dispatcher.c 59 struct sigevent *sevp, timer_t *timerid) = NULL;
84 struct sigevent *sevp, timer_t *timerid) = NULL;
86 struct sigevent *sevp, timer_t *timerid) = NULL;
88 struct sigevent *sevp, timer_t *timerid) = NULL;
90 struct sigevent *sevp, timer_t *timerid) = NULL;
92 struct sigevent *sevp, timer_t *timerid) = NULL;
593 struct sigevent sigev;
911 gprofng_timer_create (int (real_func) (clockid_t, struct sigevent *, timer_t *),
913 struct sigevent *sevp, timer_t *timerid)
935 int dcl_f (clockid_t clockid, struct sigevent *sevp, timer_t *timerid)
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
dispatcher.c 59 struct sigevent *sevp, timer_t *timerid) = NULL;
84 struct sigevent *sevp, timer_t *timerid) = NULL;
86 struct sigevent *sevp, timer_t *timerid) = NULL;
88 struct sigevent *sevp, timer_t *timerid) = NULL;
90 struct sigevent *sevp, timer_t *timerid) = NULL;
92 struct sigevent *sevp, timer_t *timerid) = NULL;
593 struct sigevent sigev;
911 gprofng_timer_create (int (real_func) (clockid_t, struct sigevent *, timer_t *),
913 struct sigevent *sevp, timer_t *timerid)
935 int dcl_f (clockid_t clockid, struct sigevent *sevp, timer_t *timerid)
    [all...]
  /src/external/bsd/atf/dist/tools/
timers.cpp 87 struct ::sigevent se;
  /src/usr.bin/flock/
flock.c 260 struct sigevent ev;
  /src/sys/kern/
sys_mqueue.c 957 syscallarg(const struct sigevent *) notification;
960 struct sigevent sig;
966 sizeof(struct sigevent));
982 sizeof(struct sigevent));
  /src/sys/rump/include/rump/
rump_syscalls.h 861 struct sigevent;
959 int rump_sys_timer_create(clockid_t, struct sigevent *, timer_t *) __RENAME(RUMP_SYS_RENAME_TIMER_CREATE);
1034 int rump_sys_lio_listio(int, struct aiocb *const *, int, struct sigevent *) __RENAME(RUMP_SYS_RENAME_LIO_LISTIO);
  /src/share/man/man3/
Makefile 13 makedev.3 offsetof.3 param.3 paths.3 queue.3 rbtree.3 sigevent.3 \

Completed in 51 milliseconds

1 2