Home
last modified time | relevance | path

Searched refs:shutdown_done (Results 1 – 25 of 28) sorted by relevance

12

/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/dfg_tests/
H A Dnamed_stones.c77 static int shutdown_done = 0; in result_handler() local
78 if (!shutdown_done) { in result_handler()
80 shutdown_done++; in result_handler()
/dports/comms/ser2net/ser2net-3.5.1/
H A Ddevcfg.c50 void (*shutdown_done)(struct devio *); member
875 void (*shutdown_done)(struct devio *) = d->shutdown_done; in devfd_fd_cleared() local
888 shutdown_done(io); in devfd_fd_cleared()
970 void (*shutdown_done)(struct devio *)) in devcfg_shutdown()
977 d->shutdown_done = shutdown_done; in devcfg_shutdown()
980 shutdown_done(io); in devcfg_shutdown()
H A Ddevio.h45 void (*shutdown)(struct devio *io, void (*shutdown_done)(struct devio *));
H A Dsol.c672 void (*shutdown_done)(struct devio *)) in solcfg_shutdown()
680 shutdown_done(io); in solcfg_shutdown()
/dports/www/p5-CGI-SpeedyCGI/CGI-SpeedyCGI-2.22/speedy/t/
H A Dsignal.t11 my $testf = "/tmp/speedy.shutdown_done.$$";
H A Dshutdown.t6 my $testf = "/tmp/speedy.shutdown_done.$$";
/dports/sysutils/vector/vector-0.10.0/src/
H A Dshutdown.rs71 let (trigger, shutdown_done) = Tripwire::new(); in new_wired()
74 (trigger_shutdown, shutdown, shutdown_done) in new_wired()
/dports/dns/bind-tools/bind-9.16.27/lib/ns/tests/
H A Dnstest.c175 static atomic_bool shutdown_done = ATOMIC_VAR_INIT(false);
189 atomic_store(&shutdown_done, true); in shutdown_managers()
197 atomic_store(&shutdown_done, false); in cleanup_managers()
204 while (atomic_load(&run_managers) && !atomic_load(&shutdown_done)) { in cleanup_managers()
/dports/dns/bind916/bind-9.16.27/lib/ns/tests/
H A Dnstest.c175 static atomic_bool shutdown_done = ATOMIC_VAR_INIT(false);
189 atomic_store(&shutdown_done, true); in shutdown_managers()
197 atomic_store(&shutdown_done, false); in cleanup_managers()
204 while (atomic_load(&run_managers) && !atomic_load(&shutdown_done)) { in cleanup_managers()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/ns/tests/
H A Dnstest.c135 static atomic_bool shutdown_done = ATOMIC_VAR_INIT(false);
149 atomic_store(&shutdown_done, true); in shutdown_managers()
157 atomic_store(&shutdown_done, false); in cleanup_managers()
164 while (atomic_load(&run_managers) && !atomic_load(&shutdown_done)) { in cleanup_managers()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/ns/tests/
H A Dnstest.c158 static atomic_bool shutdown_done = ATOMIC_VAR_INIT(false);
172 atomic_store(&shutdown_done, true); in shutdown_managers()
180 atomic_store(&shutdown_done, false); in cleanup_managers()
187 while (atomic_load(&run_managers) && !atomic_load(&shutdown_done)) { in cleanup_managers()
/dports/sysutils/vector/vector-0.10.0/src/sources/file/
H A Dmod.rs751 let (trigger_shutdown, shutdown, shutdown_done) = ShutdownSignal::new_wired(); in file_file_key()
774 let _ = rt.block_on(shutdown_done); in file_file_key()
785 let (trigger_shutdown, shutdown, shutdown_done) = ShutdownSignal::new_wired(); in file_file_key()
809 let _ = rt.block_on(shutdown_done); in file_file_key()
820 let (trigger_shutdown, shutdown, shutdown_done) = ShutdownSignal::new_wired(); in file_file_key()
844 let _ = rt.block_on(shutdown_done); in file_file_key()
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/server/
H A Ddhcpd.c1701 shutdown_state = shutdown_done; in dhcp_io_shutdown_countdown()
1719 if (shutdown_state == shutdown_done) { in dhcp_io_shutdown_countdown()
1738 if (shutdown_state == shutdown_done) { in dhcp_io_shutdown_countdown()
1754 shutdown_state = shutdown_done; in dhcp_io_shutdown_countdown()
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/server/
H A Ddhcpd.c1701 shutdown_state = shutdown_done; in dhcp_io_shutdown_countdown()
1719 if (shutdown_state == shutdown_done) { in dhcp_io_shutdown_countdown()
1738 if (shutdown_state == shutdown_done) { in dhcp_io_shutdown_countdown()
1754 shutdown_state = shutdown_done; in dhcp_io_shutdown_countdown()
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/server/
H A Ddhcpd.c1701 shutdown_state = shutdown_done; in dhcp_io_shutdown_countdown()
1719 if (shutdown_state == shutdown_done) { in dhcp_io_shutdown_countdown()
1738 if (shutdown_state == shutdown_done) { in dhcp_io_shutdown_countdown()
1754 shutdown_state = shutdown_done; in dhcp_io_shutdown_countdown()
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_dialog/
H A Ddlg_handlers.c40 static int shutdown_done = 0; /*!< 1 when destroy_dlg_handlers was called */ variable
84 shutdown_done = 1; in destroy_dlg_handlers()
459 if (shutdown_done) in dlg_seq_onreply_helper()
1179 if (shutdown_done) in dlg_onreply()
/dports/net/kamailio/kamailio-5.4.5/src/modules/dialog/
H A Ddlg_handlers.c66 static int shutdown_done = 0; /*!< 1 when destroy_dlg_handlers was called */ variable
126 shutdown_done = 1; in destroy_dlg_handlers()
455 if (shutdown_done) in dlg_onreply()
619 if (shutdown_done) in dlg_seq_onreply_helper()
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/iomgr/
H A Dev_poll_posix.cc200 grpc_closure* shutdown_done; member
900 grpc_core::ExecCtx::Run(DEBUG_LOCATION, pollset->shutdown_done,
1144 pollset->shutdown_done = closure;
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/iomgr/
H A Dev_poll_posix.cc203 grpc_closure* shutdown_done; member
901 grpc_core::ExecCtx::Run(DEBUG_LOCATION, pollset->shutdown_done,
1145 pollset->shutdown_done = closure;
/dports/devel/grpc/grpc-1.42.0/src/core/lib/iomgr/
H A Dev_poll_posix.cc202 grpc_closure* shutdown_done; member
901 grpc_core::ExecCtx::Run(DEBUG_LOCATION, pollset->shutdown_done,
1146 pollset->shutdown_done = closure;
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/viewer/
H A Dui.py92 self.shutting_down = self.close_forced = self.shutdown_done = False
741 if self.shutdown_done:
763 self.shutdown_done = True
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/iomgr/
H A Dev_poll_posix.cc200 grpc_closure* shutdown_done; member
889 GRPC_CLOSURE_SCHED(pollset->shutdown_done, GRPC_ERROR_NONE);
1132 pollset->shutdown_done = closure;
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/iomgr/
H A Dev_poll_posix.cc202 grpc_closure* shutdown_done; member
901 grpc_core::ExecCtx::Run(DEBUG_LOCATION, pollset->shutdown_done,
1146 pollset->shutdown_done = closure;
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/iomgr/
H A Dev_poll_posix.cc202 grpc_closure* shutdown_done; member
901 grpc_core::ExecCtx::Run(DEBUG_LOCATION, pollset->shutdown_done,
1146 pollset->shutdown_done = closure;
/dports/x11/foot/foot/
H A Dterminal.c1387 bool shutdown_done = in shutdown_maybe_done() local
1392 (shutdown_done in shutdown_maybe_done()
1396 if (!shutdown_done) in shutdown_maybe_done()

12