Home
last modified time | relevance | path

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

12345678910>>...12

/aosp_15_r20/external/grpc-grpc/test/core/surface/
H A 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()
139 grpc_shutdown(); in TEST()
H A Dnum_external_connectivity_watchers_test.cc117 grpc_shutdown(); in run_timeouts_test()
157 grpc_shutdown(); in run_channel_shutdown_before_timeout_test()
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dinit.cc87 grpc_core::ShutdownInternally = grpc_shutdown; in do_basic_init()
141 gpr_log(GPR_DEBUG, "grpc_shutdown from cleanup thread done"); in grpc_shutdown_from_cleanup_thread()
144 void grpc_shutdown(void) { in grpc_shutdown() function
145 GRPC_API_TRACE("grpc_shutdown(void)", 0, ()); in grpc_shutdown()
159 gpr_log(GPR_DEBUG, "grpc_shutdown starts clean-up now"); in grpc_shutdown()
162 gpr_log(GPR_DEBUG, "grpc_shutdown done"); in grpc_shutdown()
166 gpr_log(GPR_DEBUG, "grpc_shutdown spawns clean-up thread"); in grpc_shutdown()
170 "grpc_shutdown", grpc_shutdown_from_cleanup_thread, nullptr, nullptr, in grpc_shutdown()
H A Dlegacy_channel.cc120 // We need to make sure that grpc_shutdown() does not shut things down in LegacyChannel()
126 // language can be responsible for making sure that grpc_shutdown() in LegacyChannel()
132 // deferring grpc_shutdown() until after they are released. To in LegacyChannel()
134 // grpc_shutdown() when the channel is actually destroyed, thus in LegacyChannel()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dinit.cc119 grpc_core::ShutdownInternally = grpc_shutdown; in do_basic_init()
176 void grpc_shutdown(void) { in grpc_shutdown() function
177 GRPC_API_TRACE("grpc_shutdown(void)", 0, ()); in grpc_shutdown()
191 gpr_log(GPR_DEBUG, "grpc_shutdown starts clean-up now"); in grpc_shutdown()
197 gpr_log(GPR_DEBUG, "grpc_shutdown spawns clean-up thread"); in grpc_shutdown()
201 "grpc_shutdown", grpc_shutdown_internal, nullptr, nullptr, in grpc_shutdown()
Dchannel.cc81 // We need to make sure that grpc_shutdown() does not shut things down in Channel()
87 // language can be responsible for making sure that grpc_shutdown() in Channel()
93 // deferring grpc_shutdown() until after they are released. To in Channel()
95 // grpc_shutdown() when the channel is actually destroyed, thus in Channel()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
H A Dcredentials.pyx.pxi70 grpc_shutdown()
136 grpc_shutdown()
216 grpc_shutdown()
232 grpc_shutdown()
/aosp_15_r20/external/grpc-grpc/test/core/xds/
H A Dxds_channel_stack_modifier_test.cc55 grpc_shutdown(); in TEST()
70 grpc_shutdown(); in TEST()
126 grpc_shutdown(); in TEST()
/aosp_15_r20/external/grpc-grpc/test/cpp/naming/
H A Daddress_sorting_test.cc193 // isolated grpc_init/grpc_shutdown pair, so that
199 void TearDown() override { grpc_shutdown(); } in TearDown()
854 grpc_shutdown(); in main()
855 grpc_shutdown(); in main()
857 grpc_shutdown(); in main()
/aosp_15_r20/external/grpc-grpc/include/grpc/
H A Dgrpc.h52 After it's called, a matching invocation to grpc_shutdown() is expected.
65 The last call to grpc_shutdown will initiate cleaning up of grpc library
70 GRPCAPI void grpc_shutdown(void);
78 /** DEPRECATED. Recommend to use grpc_shutdown only */
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/
Dgrpc.h53 After it's called, a matching invocation to grpc_shutdown() is expected.
66 The last call to grpc_shutdown will initiate cleaning up of grpc library
71 GRPCAPI void grpc_shutdown(void);
79 /** DEPRECATED. Recommend to use grpc_shutdown only */
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dgrpc.h53 After it's called, a matching invocation to grpc_shutdown() is expected.
66 The last call to grpc_shutdown will initiate cleaning up of grpc library
71 GRPCAPI void grpc_shutdown(void);
79 /** DEPRECATED. Recommend to use grpc_shutdown only */
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc434 // A grpc_init is added here to ensure that grpc_shutdown does not happen in Subchannel()
438 // destruction. If the last channel destruction triggers a grpc_shutdown in Subchannel()
441 // here and a grpc_shutdown in the subchannel destructor. in Subchannel()
479 // grpc_shutdown is called here because grpc_init is called in the ctor. in ~Subchannel()
/aosp_15_r20/external/grpc-grpc/test/cpp/
H A DREADME-iOS.md27 grpc_shutdown();
36 static void TearDownTestCase() { grpc_shutdown(); }
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
H A Dgrpc_aio.pyx.pxi74 grpc_shutdown()
80 grpc_shutdown()
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/
H A Dsubchannel.cc469 // A grpc_init is added here to ensure that grpc_shutdown does not happen in Subchannel()
473 // destruction. If the last channel destruction triggers a grpc_shutdown in Subchannel()
476 // here and a grpc_shutdown in the subchannel destructor. in Subchannel()
514 // grpc_shutdown is called here because grpc_init is called in the ctor. in ~Subchannel()
/aosp_15_r20/external/grpc-grpc/test/cpp/codegen/
H A Dproto_utils_test.cc62 static void TearDownTestSuite() { grpc_shutdown(); } in TearDownTestSuite()
158 static void TearDownTestSuite() { grpc_shutdown(); } in TearDownTestSuite()
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/
H A Dbm_cq_multiple_threads.cc138 grpc_shutdown(); in teardown()
158 // by grpc, and its Finish call must take place before grpc_shutdown so that it
/aosp_15_r20/external/grpc-grpc/test/core/handshake/
H A Dverify_peer_options.cc186 grpc_shutdown(); in verify_peer_options_test()
251 grpc_shutdown(); in main()
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dport_server_client.cc132 grpc_shutdown(); in grpc_free_port_using_server()
264 grpc_shutdown(); in grpc_pick_port_using_server()
/aosp_15_r20/external/grpc-grpc/test/core/end2end/
H A Dbad_server_response_test.cc363 grpc_shutdown(); in run_test()
413 grpc_shutdown(); in main()
/aosp_15_r20/external/grpc-grpc/src/php/ext/grpc/
H A Dphp_grpc.c195 grpc_shutdown(); in postfork_child()
575 grpc_shutdown(); in PHP_MSHUTDOWN_FUNCTION()
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dservice_config_end2end_test.cc142 // Explicitly destroy all the members so that we can make sure grpc_shutdown in TearDown()
148 grpc_shutdown(); in TearDown()
H A Dclient_lb_end2end_test.cc275 grpc_shutdown(); in TearDown()
2174 grpc_shutdown(); in TearDownTestSuite()
2357 grpc_shutdown(); in TearDownTestSuite()
2760 grpc_shutdown(); in TearDownTestSuite()
2829 grpc_shutdown(); in TearDownTestSuite()
2950 grpc_shutdown(); in TearDownTestSuite()
3252 grpc_shutdown(); in main()
/aosp_15_r20/external/grpc-grpc/test/core/slice/
H A Dpercent_decode_fuzzer.cc34 grpc_shutdown(); in LLVMFuzzerTestOneInput()

12345678910>>...12