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 96 * Create the timer (SIGEV_SIGNAL).
100 evt.sigev_notify = SIGEV_SIGNAL;
262 ev.sigev_notify = SIGEV_SIGNAL;
279 "SIGEV_SIGNAL");
293 "SIGEV_SIGNAL, using absolute time");
307 "SIGEV_SIGNAL");
321 "SIGEV_SIGNAL, using absolute time");
335 "SIGEV_SIGNAL, with expiration");
349 "SIGEV_SIGNAL, with expiration, using absolute time");
363 "SIGEV_SIGNAL, with expiration")
    [all...]
  /src/usr.bin/flock/
flock.c 270 ev.sigev_notify = SIGEV_SIGNAL;
  /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/sys/kern/
kern_time.c 1180 if (pt->pt_ev.sigev_notify != SIGEV_SIGNAL) {
1242 (pt->pt_ev.sigev_notify == SIGEV_SIGNAL &&
1261 pt->pt_ev.sigev_notify = SIGEV_SIGNAL;
1666 pt->pt_ev.sigev_notify = SIGEV_SIGNAL;
1797 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/compat/netbsd32/
netbsd32_mqueue.c 193 if (sig32.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/linux32/common/
linux32_signal.c 669 nsep->sigev_notify = SIGEV_SIGNAL;

Completed in 22 milliseconds