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 1181 if (pt->pt_ev.sigev_notify != SIGEV_SIGNAL) {
1240 (*fetch_event)(evp, &pt->pt_ev, sizeof(pt->pt_ev))) != 0) ||
1241 ((pt->pt_ev.sigev_notify < SIGEV_NONE) ||
1242 (pt->pt_ev.sigev_notify > SIGEV_SA)) ||
1243 (pt->pt_ev.sigev_notify == SIGEV_SIGNAL &&
1244 (pt->pt_ev.sigev_signo <= 0 ||
1245 pt->pt_ev.sigev_signo >= NSIG))) {
1262 pt->pt_ev.sigev_notify = SIGEV_SIGNAL;
1266 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 20 milliseconds