Searched refs:loopexit (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/unbound/libunbound/ |
| H A D | unbound-event.h | 95 int (*loopexit)(struct ub_event_base*, struct timeval*); member
|
| /freebsd/contrib/unbound/util/ |
| H A D | ub_event_pluggable.c | 501 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/unbound/daemon/ |
| H A D | remote.c | 4572 int inevent, loopexit = 0, bcount = 0; in fr_poll_for_quit() local 4588 if(++loopexit > IPC_LOOP_MAX) { in fr_poll_for_quit() 4634 int outevent, loopexit = 0, bcount = 0; in fr_send_notification() local 4646 if(++loopexit > IPC_LOOP_MAX) { in fr_send_notification() 6881 int loopexit = 0, bcount = 0; in fr_poll_for_ack() local 6895 if(++loopexit > IPC_LOOP_MAX) { in fr_poll_for_ack() 7538 int outevent, loopexit = 0, bcount = 0; in fr_send_cmd_to() local 7545 if(++loopexit > IPC_LOOP_MAX) { in fr_send_cmd_to() 7690 int loopexit = 0, bcount = 0; in fr_poll_for_reload_start() local 7702 if(++loopexit > IPC_LOOP_MAX) { in fr_poll_for_reload_start()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.def | 103 ANALYZER_OPTION(bool, ShouldIncludeLoopExitInCFG, "cfg-loopexit",
|
| /freebsd/contrib/ntp/sntp/libevent/test/ |
| H A D | regress.c | 3548 LEGACY(loopexit, TT_ISOLATED),
|
| /freebsd/contrib/libevent/test/ |
| H A D | regress.c | 3548 LEGACY(loopexit, TT_ISOLATED),
|
| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 4244 - Fix double loopexit for unbound-dnstap-socket after sigterm.
|