Home
last modified time | relevance | path

Searched refs:loopexit (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/libunbound/
H A Dunbound-event.h95 int (*loopexit)(struct ub_event_base*, struct timeval*); member
/freebsd/contrib/unbound/util/
H A Dub_event_pluggable.c501 base->vmt->loopexit == my_event_base_loopexit); in ub_event_base_loopexit()
502 return (*base->vmt->loopexit)(base, NULL); in ub_event_base_loopexit()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def100 ANALYZER_OPTION(bool, ShouldIncludeLoopExitInCFG, "cfg-loopexit",
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress.c3548 LEGACY(loopexit, TT_ISOLATED),
/freebsd/contrib/libevent/test/
H A Dregress.c3548 LEGACY(loopexit, TT_ISOLATED),
/freebsd/contrib/unbound/doc/
H A DChangelog2621 - Fix double loopexit for unbound-dnstap-socket after sigterm.