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

  /src/external/bsd/atf/dist/tools/
timers.cpp 88 se.sigev_notify = SIGEV_SIGNAL;
  /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/tests/crypto/opencrypto/
h_thread.c 161 sigev.sigev_notify = SIGEV_SIGNAL;
  /src/sys/kern/
kern_time.c 1194 if (pt->pt_ev.sigev_notify != SIGEV_SIGNAL) {
1256 (pt->pt_ev.sigev_notify == SIGEV_SIGNAL &&
1275 pt->pt_ev.sigev_notify = SIGEV_SIGNAL;
1691 pt->pt_ev.sigev_notify = SIGEV_SIGNAL;
1822 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/external/gpl3/binutils/dist/gprofng/libcollector/
dispatcher.c 597 sigev.sigev_notify = SIGEV_THREAD_ID | SIGEV_SIGNAL;
916 if (sevp == NULL || sevp->sigev_notify != SIGEV_SIGNAL ||
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
dispatcher.c 597 sigev.sigev_notify = SIGEV_THREAD_ID | SIGEV_SIGNAL;
916 if (sevp == NULL || sevp->sigev_notify != SIGEV_SIGNAL ||
  /src/sys/compat/linux32/common/
linux32_signal.c 669 nsep->sigev_notify = SIGEV_SIGNAL;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
signal.d 60 SIGEV_SIGNAL
123 SIGEV_SIGNAL,
  /src/external/gpl3/autoconf/dist/
maint.mk 576 SA_RESETHAND SA_RESTART SA_SIGINFO SIGEV_NONE SIGEV_SIGNAL \

Completed in 29 milliseconds