Home
last modified time | relevance | path

Searched refs:shuttingdown (Results 1 – 25 of 84) sorted by relevance

1234

/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmond/python_modules/network/
H A Dtcpconn.py74 if not _WorkerThread.running and not _WorkerThread.shuttingdown:
228 self.shuttingdown = False
232 self.shuttingdown = True
259 while not self.shuttingdown:
260 if self.shuttingdown:
326 if not self.shuttingdown:
H A Dtraffic1.py29 self.shuttingdown = False
52 self.shuttingdown = True
60 while not self.shuttingdown:
/dports/security/silktools/silk-3.19.1/src/sendrcv/
H A Drwtransfer.c516 assert(shuttingdown); in transferShutdown()
897 ASSERT_ABORT(shuttingdown); in handleConnection()
1096 while (!shuttingdown) { in serverMain()
1110 ASSERT_ABORT(shuttingdown); in serverMain()
1136 if (shuttingdown) { in serverMain()
1182 if (!shuttingdown) { in serverMain()
1222 while (!shuttingdown) { in startClientConnection()
1235 if (shuttingdown) { in startClientConnection()
1287 if (shuttingdown) { in startClientConnection()
1348 while (!shuttingdown) { in clientMain()
[all …]
H A Drwsender.c90 volatile int shuttingdown; variable
310 shuttingdown = 1; in appTeardown()
401 shuttingdown = 0; in appSetup()
1027 assert(shuttingdown); in read_processing_directory()
1258 while (!shuttingdown) { in handle_incoming_directory()
1493 ASSERT_ABORT(shuttingdown); in transferFile()
1775 if (shuttingdown) { in transferFiles()
1786 assert(shuttingdown); in transferFiles()
1811 assert(shuttingdown); in transferFiles()
1829 assert(shuttingdown); in transferFiles()
[all …]
H A Drwreceiver.c85 volatile int shuttingdown; variable
254 shuttingdown = 1; in appTeardown()
315 shuttingdown = 0; in appSetup()
705 while (!shuttingdown && !proto_err && !thread_exit && !sndr->disconnect in transferFiles()
716 ASSERT_ABORT(shuttingdown); in transferFiles()
1128 if (skdaemonize(&shuttingdown, NULL) == -1 in main()
1142 while (!shuttingdown) { in main()
/dports/security/silktools/silk-3.19.1/src/rwflowpack/
H A Drwflowappend.c148 static volatile int shuttingdown = 0; variable
323 shuttingdown = 1; in appTeardown()
856 while (!shuttingdown in openOutputStream()
869 if (shuttingdown) { in openOutputStream()
883 state->out_path, &mode, no_file_locking, &shuttingdown); in openOutputStream()
1054 if (shuttingdown) { in openInputStream()
1134 if (shuttingdown) { in appender_main()
1142 while (!shuttingdown) { in appender_main()
1157 assert(shuttingdown); in appender_main()
1382 if (skdaemonize(&shuttingdown, NULL) == -1 in main()
[all …]
/dports/security/silktools/silk-3.19.1/src/rwpollexec/
H A Drwpollexec.c145 static volatile int shuttingdown = 0; variable
270 shuttingdown = 1; in appTeardown()
867 !shuttingdown && !data->complete && (current_signal < num_signals); in signal_timing_thread()
1130 if (shuttingdown) { in reap_commands()
1228 while (sim_left == 0 && !shuttingdown) { in handle_new_file()
1231 if (shuttingdown) { in handle_new_file()
1319 while (!shuttingdown) { in handle_incoming_directory()
1322 if (pderr == PDERR_STOPPED || shuttingdown) { in handle_incoming_directory()
1349 if (skdaemonize(&shuttingdown, NULL) == -1 in main()
1390 while (!shuttingdown) { in main()
/dports/net/libnpupnp/libnpupnp-4.1.5/src/threadutil/
H A DThreadPool.cpp100 bool shuttingdown; member in ThreadPool::Internal
410 !tp->persistentJob && !tp->shuttingdown) { in WorkerThread()
435 if (tp->shuttingdown) { in WorkerThread()
570 this->shuttingdown = false; in Internal()
676 if (!m->shuttingdown) in getAttr()
679 if (!m->shuttingdown) in getAttr()
757 this->shuttingdown = true; in shutdown()
773 if (!m->shuttingdown) in getStats()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/NT/
H A DxpilotView.cpp83 shuttingdown = FALSE; in IMPLEMENT_DYNCREATE()
239 if (shuttingdown) // once, i received a winsock event after nuking in OnWSA_EVENT()
288 shuttingdown = TRUE; in OnDestroy()
H A DxpilotView.h46 BOOL shuttingdown; variable
/dports/devel/py-pytest-xdist/pytest-xdist-1.32.0/src/xdist/
H A Ddsession.py41 self.shuttingdown = False
64 return bool(self.shuttingdown and not self._active_nodes)
157 if self.shuttingdown:
224 if self.shuttingdown:
315 self.shuttingdown = True
/dports/games/xpilot/xpilot-4.5.5/src/client/NT/
H A DxpilotView.cpp92 shuttingdown = FALSE; in IMPLEMENT_DYNCREATE()
244 if (shuttingdown) // once, i received a winsock event after nuking in OnWSA_EVENT()
302 shuttingdown = TRUE; in OnDestroy()
H A DxpilotView.h49 BOOL shuttingdown; variable
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmond/python_modules/memcached/
H A Dmemcached.py38 self.shuttingdown = False
56 self.shuttingdown = True
67 while not self.shuttingdown:
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Dxfrin.c108 bool shuttingdown; member
712 if (!xfr->shuttingdown) { in dns_xfrin_shutdown()
803 xfr->shuttingdown = true; in xfrin_fail()
833 xfr->shuttingdown = false; in xfrin_create()
1000 if (xfr->shuttingdown) { in xfrin_connect_done()
1253 if (xfr->shuttingdown) { in xfrin_recv_done()
1456 xfr->shuttingdown = true; in xfrin_recv_done()
1502 if (!xfr->shuttingdown || xfr->refcount != 0 || xfr->connects != 0 || in maybe_free()
1508 INSIST(!xfr->shuttingdown || xfr->shutdown_result != ISC_R_UNSET); in maybe_free()
1514 result_str = (xfr->shuttingdown in maybe_free()
[all …]
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Dxfrin.c110 bool shuttingdown; member
748 if (!xfr->shuttingdown) { in dns_xfrin_shutdown()
839 xfr->shuttingdown = true; in xfrin_fail()
869 xfr->shuttingdown = false; in xfrin_create()
1038 if (xfr->shuttingdown) { in xfrin_connect_done()
1289 if (xfr->shuttingdown) { in xfrin_recv_done()
1492 xfr->shuttingdown = true; in xfrin_recv_done()
1538 if (!xfr->shuttingdown || xfr->refcount != 0 || xfr->connects != 0 || in maybe_free()
1544 INSIST(!xfr->shuttingdown || xfr->shutdown_result != ISC_R_UNSET); in maybe_free()
1550 result_str = (xfr->shuttingdown in maybe_free()
[all …]
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Dxfrin.c110 bool shuttingdown; member
748 if (!xfr->shuttingdown) { in dns_xfrin_shutdown()
839 xfr->shuttingdown = true; in xfrin_fail()
869 xfr->shuttingdown = false; in xfrin_create()
1038 if (xfr->shuttingdown) { in xfrin_connect_done()
1289 if (xfr->shuttingdown) { in xfrin_recv_done()
1492 xfr->shuttingdown = true; in xfrin_recv_done()
1538 if (!xfr->shuttingdown || xfr->refcount != 0 || xfr->connects != 0 || in maybe_free()
1544 INSIST(!xfr->shuttingdown || xfr->shutdown_result != ISC_R_UNSET); in maybe_free()
1550 result_str = (xfr->shuttingdown in maybe_free()
[all …]
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Dxfrin.c107 bool shuttingdown; member
734 if (! xfr->shuttingdown) in dns_xfrin_shutdown()
819 xfr->shuttingdown = true; in xfrin_fail()
861 xfr->shuttingdown = false; in xfrin_create()
1023 if (xfr->shuttingdown) { in xfrin_connect_done()
1267 if (xfr->shuttingdown) { in xfrin_recv_done()
1465 xfr->shuttingdown = true; in xfrin_recv_done()
1509 if (! xfr->shuttingdown || xfr->refcount != 0 || in maybe_free()
1514 INSIST(! xfr->shuttingdown || xfr->shutdown_result != ISC_R_UNSET); in maybe_free()
1520 result_str = (xfr->shuttingdown ? in maybe_free()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/rndc/
H A Drndc.c91 static bool shuttingdown = false; variable
308 shuttingdown = true; in rndc_senddone()
325 if (shuttingdown && (result == ISC_R_EOF || result == ISC_R_CANCELED)) { in rndc_recvdone()
394 shuttingdown = true; in rndc_recvdone()
416 if (shuttingdown && result == ISC_R_EOF) { in rndc_recvnonce()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Dxfrin.c106 atomic_bool shuttingdown; member
736 atomic_store(&xfr->shuttingdown, true); in dns_xfrin_create()
830 if (atomic_compare_exchange_strong(&xfr->shuttingdown, &(bool){ false }, in xfrin_fail()
886 atomic_init(&xfr->shuttingdown, false); in xfrin_create()
1017 if (atomic_load(&xfr->shuttingdown)) { in xfrin_connect_done()
1228 if (atomic_load(&xfr->shuttingdown)) { in xfrin_send_done()
1264 if (atomic_load(&xfr->shuttingdown)) { in xfrin_recv_done()
1517 atomic_store(&xfr->shuttingdown, true); in xfrin_recv_done()
1553 REQUIRE(atomic_load(&xfr->shuttingdown)); in xfrin_destroy()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/include/dns/
H A Dnta.h59 bool shuttingdown; member
/dports/dns/bind911/bind-9.11.37/lib/dns/include/dns/
H A Dnta.h55 bool shuttingdown; member
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/include/dns/
H A Dnta.h57 bool shuttingdown; member
/dports/dns/bind916/bind-9.16.27/lib/dns/include/dns/
H A Dnta.h59 bool shuttingdown; member
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Dcontrolconf.c111 atomic_bool shuttingdown; member
231 if (atomic_load_acquire(&listener->controls->shuttingdown) || in control_senddone()
383 if (atomic_load_acquire(&listener->controls->shuttingdown)) { in control_command()
410 if (atomic_load_acquire(&listener->controls->shuttingdown)) { in control_recvmessage()
416 atomic_store_release(&listener->controls->shuttingdown, in control_recvmessage()
672 atomic_store_release(&controls->shuttingdown, true); in named_controls_shutdown()
1463 atomic_init(&controls->shuttingdown, false); in named_controls_create()

1234