Home
last modified time | relevance | path

Searched refs:shutdown_called (Results 1 – 25 of 77) sorted by relevance

1234

/dports/mail/avenger/avenger-0.8.5/libasync/
H A Derr.h130 static bool shutdown_called; in myabort() local
131 if (!shutdown_called) { in myabort()
132 shutdown_called = true; in myabort()
/dports/net/measurement-kit/measurement-kit-0.10.14/src/libmeasurement_kit/net/
H A Dlibevent_emitter.hpp114 if (shutdown_called) { in shutdown()
117 shutdown_called = true; in shutdown()
245 bool shutdown_called = false; member in mk::net::LibeventEmitter
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jvmci/
H A Djvmci.cpp148 bool JVMCI::shutdown_called() { in shutdown_called() function in JVMCI
150 return compiler_runtime()->shutdown_called(); in shutdown_called()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jvmci/
H A Djvmci.cpp145 bool JVMCI::shutdown_called() { in shutdown_called() function in JVMCI
147 return compiler_runtime()->shutdown_called(); in shutdown_called()
/dports/devel/grpc/grpc-1.42.0/src/core/lib/surface/
H A Dcompletion_queue.cc267 bool shutdown_called = false; member
305 bool shutdown_called = false; member
330 bool shutdown_called = false; member
1091 GPR_ASSERT(cqd->shutdown_called);
1108 if (cqd->shutdown_called) {
1113 cqd->shutdown_called = true;
1326 GPR_ASSERT(cqd->shutdown_called);
1346 if (cqd->shutdown_called) {
1351 cqd->shutdown_called = true;
1389 if (cqd->shutdown_called) {
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/surface/
H A Dcompletion_queue.cc267 bool shutdown_called = false; member
305 bool shutdown_called = false; member
335 bool shutdown_called = false; member
1100 GPR_ASSERT(cqd->shutdown_called);
1117 if (cqd->shutdown_called) {
1122 cqd->shutdown_called = true;
1335 GPR_ASSERT(cqd->shutdown_called);
1355 if (cqd->shutdown_called) {
1360 cqd->shutdown_called = true;
1398 if (cqd->shutdown_called) {
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/surface/
H A Dcompletion_queue.cc268 bool shutdown_called = false; member
306 bool shutdown_called = false; member
332 bool shutdown_called = false; member
1096 GPR_ASSERT(cqd->shutdown_called);
1113 if (cqd->shutdown_called) {
1118 cqd->shutdown_called = true;
1331 GPR_ASSERT(cqd->shutdown_called);
1351 if (cqd->shutdown_called) {
1356 cqd->shutdown_called = true;
1394 if (cqd->shutdown_called) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/surface/
H A Dcompletion_queue.cc258 bool shutdown_called = false; member
291 bool shutdown_called = false; member
312 bool shutdown_called = false; member
1080 GPR_ASSERT(cqd->shutdown_called);
1097 if (cqd->shutdown_called) {
1102 cqd->shutdown_called = true;
1315 GPR_ASSERT(cqd->shutdown_called);
1335 if (cqd->shutdown_called) {
1340 cqd->shutdown_called = true;
1373 if (cqd->shutdown_called) {
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/surface/
H A Dcompletion_queue.cc267 bool shutdown_called = false; member
305 bool shutdown_called = false; member
330 bool shutdown_called = false; member
1091 GPR_ASSERT(cqd->shutdown_called);
1108 if (cqd->shutdown_called) {
1113 cqd->shutdown_called = true;
1326 GPR_ASSERT(cqd->shutdown_called);
1346 if (cqd->shutdown_called) {
1351 cqd->shutdown_called = true;
1389 if (cqd->shutdown_called) {
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/surface/
H A Dcompletion_queue.cc267 bool shutdown_called = false; member
305 bool shutdown_called = false; member
330 bool shutdown_called = false; member
1091 GPR_ASSERT(cqd->shutdown_called);
1108 if (cqd->shutdown_called) {
1113 cqd->shutdown_called = true;
1326 GPR_ASSERT(cqd->shutdown_called);
1346 if (cqd->shutdown_called) {
1351 cqd->shutdown_called = true;
1389 if (cqd->shutdown_called) {
[all …]
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dtest_web_app.py518 shutdown_called = False
521 nonlocal shutdown_called
522 shutdown_called = True
541 assert not shutdown_called
555 assert not shutdown_called
563 assert shutdown_called
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jvmci/
H A Djvmci.cpp154 bool JVMCI::shutdown_called() { in shutdown_called() function in JVMCI
156 return compiler_runtime()->shutdown_called(); in shutdown_called()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/iomgr/
H A Dsocket_windows.cc74 if (winsocket->shutdown_called) { in grpc_winsocket_shutdown()
78 winsocket->shutdown_called = true; in grpc_winsocket_shutdown()
/dports/devel/aws-c-io/aws-c-io-0.10.12/tests/
H A Dread_write_test_handler.c20 struct aws_atomic_var shutdown_called; member
99 aws_atomic_store_int(&handler_impl->shutdown_called, true); in s_rw_handler_shutdown()
283 return aws_atomic_load_int(&handler_impl->shutdown_called); in rw_handler_shutdown_called()
/dports/devel/grpc/grpc-1.42.0/src/core/lib/iomgr/
H A Dsocket_windows.cc73 if (winsocket->shutdown_called) { in grpc_winsocket_shutdown()
77 winsocket->shutdown_called = true; in grpc_winsocket_shutdown()
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/iomgr/
H A Dsocket_windows.cc73 if (winsocket->shutdown_called) { in grpc_winsocket_shutdown()
77 winsocket->shutdown_called = true; in grpc_winsocket_shutdown()
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/iomgr/
H A Dsocket_windows.cc74 if (winsocket->shutdown_called) { in grpc_winsocket_shutdown()
78 winsocket->shutdown_called = true; in grpc_winsocket_shutdown()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/iomgr/
H A Dsocket_windows.cc73 if (winsocket->shutdown_called) { in grpc_winsocket_shutdown()
77 winsocket->shutdown_called = true; in grpc_winsocket_shutdown()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/iomgr/
H A Dsocket_windows.cc73 if (winsocket->shutdown_called) { in grpc_winsocket_shutdown()
77 winsocket->shutdown_called = true; in grpc_winsocket_shutdown()
/dports/devel/libunit/unit-1.26.1/src/python/
H A Dnxt_python_asgi_lifespan.c24 int shutdown_called; member
163 lifespan->shutdown_called = 0; in nxt_py_asgi_lifespan_target_startup()
315 lifespan->shutdown_called = 1; in nxt_py_asgi_lifespan_target_shutdown()
389 if (lifespan->shutdown_called && !lifespan->shutdown_received) { in nxt_py_asgi_lifespan_receive()
/dports/www/unit-perl/unit-1.26.1/src/python/
H A Dnxt_python_asgi_lifespan.c24 int shutdown_called; member
163 lifespan->shutdown_called = 0; in nxt_py_asgi_lifespan_target_startup()
315 lifespan->shutdown_called = 1; in nxt_py_asgi_lifespan_target_shutdown()
389 if (lifespan->shutdown_called && !lifespan->shutdown_received) { in nxt_py_asgi_lifespan_receive()
/dports/www/unit-php/unit-1.26.1/src/python/
H A Dnxt_python_asgi_lifespan.c24 int shutdown_called; member
163 lifespan->shutdown_called = 0; in nxt_py_asgi_lifespan_target_startup()
315 lifespan->shutdown_called = 1; in nxt_py_asgi_lifespan_target_shutdown()
389 if (lifespan->shutdown_called && !lifespan->shutdown_received) { in nxt_py_asgi_lifespan_receive()
/dports/www/unit-python/unit-1.26.1/src/python/
H A Dnxt_python_asgi_lifespan.c24 int shutdown_called; member
163 lifespan->shutdown_called = 0; in nxt_py_asgi_lifespan_target_startup()
315 lifespan->shutdown_called = 1; in nxt_py_asgi_lifespan_target_shutdown()
389 if (lifespan->shutdown_called && !lifespan->shutdown_received) { in nxt_py_asgi_lifespan_receive()
/dports/www/unit/unit-1.26.1/src/python/
H A Dnxt_python_asgi_lifespan.c24 int shutdown_called; member
163 lifespan->shutdown_called = 0; in nxt_py_asgi_lifespan_target_startup()
315 lifespan->shutdown_called = 1; in nxt_py_asgi_lifespan_target_shutdown()
389 if (lifespan->shutdown_called && !lifespan->shutdown_received) { in nxt_py_asgi_lifespan_receive()
/dports/www/unit-java/unit-1.26.1/src/python/
H A Dnxt_python_asgi_lifespan.c24 int shutdown_called; member
163 lifespan->shutdown_called = 0; in nxt_py_asgi_lifespan_target_startup()
315 lifespan->shutdown_called = 1; in nxt_py_asgi_lifespan_target_shutdown()
389 if (lifespan->shutdown_called && !lifespan->shutdown_received) { in nxt_py_asgi_lifespan_receive()

1234