HomeSort by: relevance | last modified time | path
    Searched defs:expired (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/lib/libc/sys/
t_timer_create.c 40 static sig_atomic_t expired; variable in typeref:typename:sig_atomic_t
57 expired = 1;
73 expired = 0;
224 ATF_CHECK_MSG(expired, "timer failed to fire immediately");
228 ATF_CHECK_MSG(!expired, "timer fired too soon");
234 ATF_CHECK_MSG(expired,
238 ATF_CHECK_MSG(!expired, "timer fired too soon");
  /src/sys/net/
nd.c 233 bool expired; local in function:nd_set_timertick
235 expired = callout_stop(&ln->la_timer);
236 if (!expired)
if_llatbl.c 390 bool expired = callout_stop(&lle->la_timer); local in function:llentry_free
391 if (!expired)
  /src/sys/kern/
kern_timeout.c 236 "bool"/*expired*/);
247 "bool"/*expired*/);
521 bool expired; local in function:callout_stop
529 expired = ((c->c_flags & CALLOUT_FIRED) != 0);
533 c, c->c_func, c->c_arg, c->c_flags, expired);
537 return expired;
572 c, c->c_func, c->c_arg, c->c_flags, /*expired*/false);
641 c, c->c_func, c->c_arg, c->c_flags, /*expired*/true);

Completed in 16 milliseconds