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

  /src/sys/kern/
kern_time.c 1194 if (pt->pt_ev.sigev_notify != SIGEV_SIGNAL) {
1253 (*fetch_event)(evp, &pt->pt_ev, sizeof(pt->pt_ev))) != 0) ||
1254 ((pt->pt_ev.sigev_notify < SIGEV_NONE) ||
1255 (pt->pt_ev.sigev_notify > SIGEV_SA)) ||
1256 (pt->pt_ev.sigev_notify == SIGEV_SIGNAL &&
1257 (pt->pt_ev.sigev_signo <= 0 ||
1258 pt->pt_ev.sigev_signo >= NSIG))) {
1275 pt->pt_ev.sigev_notify = SIGEV_SIGNAL;
1279 pt->pt_ev.sigev_signo = SIGALRM
    [all...]
  /src/sys/sys/
timevar.h 127 struct sigevent pt_ev; /* event notification info */ member in struct:ptimer

Completed in 117 milliseconds