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 1180 if (pt->pt_ev.sigev_notify != SIGEV_SIGNAL) {
1239 (*fetch_event)(evp, &pt->pt_ev, sizeof(pt->pt_ev))) != 0) ||
1240 ((pt->pt_ev.sigev_notify < SIGEV_NONE) ||
1241 (pt->pt_ev.sigev_notify > SIGEV_SA)) ||
1242 (pt->pt_ev.sigev_notify == SIGEV_SIGNAL &&
1243 (pt->pt_ev.sigev_signo <= 0 ||
1244 pt->pt_ev.sigev_signo >= NSIG))) {
1261 pt->pt_ev.sigev_notify = SIGEV_SIGNAL;
1265 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 12 milliseconds