Home
last modified time | relevance | path

Searched full:grpc_shutdown (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/third_party/grpc/test/core/surface/
Dinit_test.cc41 grpc_shutdown(); in test()
74 grpc_shutdown(); in TEST()
83 grpc_shutdown(); in TEST()
85 grpc_shutdown(); in TEST()
86 grpc_shutdown(); in TEST()
96 grpc_shutdown(); in TEST()
98 grpc_shutdown(); in TEST()
99 grpc_shutdown(); in TEST()
111 grpc_shutdown(); in TEST()
124 grpc_shutdown(); in TEST()
[all …]
Dnum_external_connectivity_watchers_test.cc117 grpc_shutdown(); in run_timeouts_test()
155 grpc_shutdown(); in run_channel_shutdown_before_timeout_test()
/third_party/grpc/src/core/lib/surface/
Dinit.cc93 grpc_core::ShutdownInternally = grpc_shutdown; in do_basic_init()
163 VLOG(2) << "grpc_shutdown from cleanup thread done"; in grpc_shutdown_from_cleanup_thread()
166 void grpc_shutdown(void) { in grpc_shutdown() function
167 GRPC_TRACE_LOG(api, INFO) << "grpc_shutdown(void)"; in grpc_shutdown()
181 VLOG(2) << "grpc_shutdown starts clean-up now"; in grpc_shutdown()
184 VLOG(2) << "grpc_shutdown done"; in grpc_shutdown()
188 VLOG(2) << "grpc_shutdown spawns clean-up thread"; in grpc_shutdown()
192 "grpc_shutdown", grpc_shutdown_from_cleanup_thread, nullptr, nullptr, in grpc_shutdown()
Dlegacy_channel.cc137 // We need to make sure that grpc_shutdown() does not shut things down in LegacyChannel()
143 // language can be responsible for making sure that grpc_shutdown() in LegacyChannel()
149 // deferring grpc_shutdown() until after they are released. To in LegacyChannel()
151 // grpc_shutdown() when the channel is actually destroyed, thus in LegacyChannel()
Dinit_internally.h21 // grpc_shutdown from within core, but otherwise do the same thing.
/third_party/grpc/test/core/server/
Dxds_channel_stack_modifier_test.cc54 grpc_shutdown(); in TEST()
69 grpc_shutdown(); in TEST()
125 grpc_shutdown(); in TEST()
/third_party/grpc/test/cpp/
DREADME-iOS.md27 grpc_shutdown();
36 static void TearDownTestCase() { grpc_shutdown(); }
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dgrpc_aio.pyx.pxi74 grpc_shutdown()
80 grpc_shutdown()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcredentials.pyx.pxi92 grpc_shutdown()
186 grpc_shutdown()
266 grpc_shutdown()
282 grpc_shutdown()
/third_party/grpc/test/cpp/codegen/
Dproto_utils_test.cc61 static void TearDownTestSuite() { grpc_shutdown(); } in TearDownTestSuite()
157 static void TearDownTestSuite() { grpc_shutdown(); } in TearDownTestSuite()
/third_party/grpc/test/core/slice/
Dpercent_decode_fuzzer.cc33 grpc_shutdown(); in LLVMFuzzerTestOneInput()
/third_party/grpc/include/grpcpp/impl/
Dgrpc_library.h42 grpc_shutdown(); in ~GrpcLibrary()
/third_party/grpc/test/core/nanopb/
Dfuzzer_serverlist.cc44 grpc_shutdown(); in LLVMFuzzerTestOneInput()
Dfuzzer_response.cc42 grpc_shutdown(); in LLVMFuzzerTestOneInput()
/third_party/grpc/
Dgrpc.def91 grpc_shutdown
/third_party/grpc/test/core/util/http_client/
Drequest_fuzzer.cc41 grpc_shutdown(); in LLVMFuzzerTestOneInput()
Dresponse_fuzzer.cc41 grpc_shutdown(); in LLVMFuzzerTestOneInput()
/third_party/grpc/test/core/util/
Duri_fuzzer_test.cc43 grpc_shutdown(); in LLVMFuzzerTestOneInput()
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_grpc_shutdown_test.py30 The grpc_shutdown happens synchronously, but there might be Core object
/third_party/grpc/src/cpp/common/
Dvalidate_service_config.cc39 grpc_shutdown(); in ValidateServiceConfigJSON()
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_cq_multiple_threads.cc136 grpc_shutdown(); in teardown()
156 // by grpc, and its Finish call must take place before grpc_shutdown so that it
/third_party/grpc/test/core/transport/chttp2/
Dhttp2_client_transport_test.cc53 grpc_shutdown(); in main()
/third_party/grpc/test/core/compression/
Dmessage_compress_fuzzer.cc52 grpc_shutdown(); in LLVMFuzzerTestOneInput()
Dmessage_decompress_fuzzer.cc52 grpc_shutdown(); in LLVMFuzzerTestOneInput()
/third_party/grpc/test/core/event_engine/test_suite/
Dwindows_event_engine_test.cc38 grpc_shutdown(); in main()

12345678910>>...12