HomeSort by: relevance | last modified time | path
    Searched refs:SIGEV_SIGNAL (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/sys/
signal.h 306 #define SIGEV_SIGNAL 1
  /src/tests/lib/libc/sys/
t_timer_create.c 98 * Create the timer (SIGEV_SIGNAL).
102 evt.sigev_notify = SIGEV_SIGNAL;
264 ev.sigev_notify = SIGEV_SIGNAL;
281 "SIGEV_SIGNAL");
295 "SIGEV_SIGNAL, using absolute time");
309 "SIGEV_SIGNAL");
323 "SIGEV_SIGNAL, using absolute time");
337 "SIGEV_SIGNAL, with expiration");
351 "SIGEV_SIGNAL, with expiration, using absolute time");
365 "SIGEV_SIGNAL, with expiration")
    [all...]
  /src/sys/compat/linux/common/
linux_mqueue.c 202 if (sig.sigev_notify == SIGEV_SIGNAL &&
linux_signal.c 870 nsep->sigev_notify = SIGEV_SIGNAL;
  /src/usr.bin/flock/
flock.c 270 ev.sigev_notify = SIGEV_SIGNAL;
  /src/sys/kern/
kern_time.c 1181 if (pt->pt_ev.sigev_notify != SIGEV_SIGNAL) {
1243 (pt->pt_ev.sigev_notify == SIGEV_SIGNAL &&
1262 pt->pt_ev.sigev_notify = SIGEV_SIGNAL;
1678 pt->pt_ev.sigev_notify = SIGEV_SIGNAL;
1809 if (pt->pt_ev.sigev_notify != SIGEV_SIGNAL) {
sys_mqueue.c 876 mq->mq_sig_notify.sigev_notify == SIGEV_SIGNAL) {
969 if (sig.sigev_notify == SIGEV_SIGNAL &&
  /src/sys/arch/usermode/dev/
ld_thunkbus.c 172 tt->tt_aio.aio_sigevent.sigev_notify = SIGEV_SIGNAL;
  /src/sys/compat/netbsd32/
netbsd32_mqueue.c 193 if (sig32.sigev_notify == SIGEV_SIGNAL &&
  /src/sys/compat/linux32/common/
linux32_signal.c 669 nsep->sigev_notify = SIGEV_SIGNAL;

Completed in 26 milliseconds