Home
last modified time | relevance | path

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

12345678910>>...13

/external/grpc-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()
139 grpc_shutdown(); in TEST()
Dnum_external_connectivity_watchers_test.cc117 grpc_shutdown(); in run_timeouts_test()
157 grpc_shutdown(); in run_channel_shutdown_before_timeout_test()
/external/grpc-grpc/src/core/lib/surface/
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()
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()
Dinit_internally.h21 // grpc_shutdown from within core, but otherwise do the same thing.
/external/rust/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()
Dinit_internally.h21 // grpc_shutdown from within core, but otherwise do the same thing.
/external/grpc-grpc/test/core/xds/
Dxds_channel_stack_modifier_test.cc55 grpc_shutdown(); in TEST()
70 grpc_shutdown(); in TEST()
126 grpc_shutdown(); in TEST()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcredentials.pyx.pxi70 grpc_shutdown()
136 grpc_shutdown()
216 grpc_shutdown()
232 grpc_shutdown()
/external/grpc-grpc/test/cpp/
DREADME-iOS.md27 grpc_shutdown();
36 static void TearDownTestCase() { grpc_shutdown(); }
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dgrpc_aio.pyx.pxi74 grpc_shutdown()
80 grpc_shutdown()
/external/grpc-grpc/test/cpp/codegen/
Dproto_utils_test.cc62 static void TearDownTestSuite() { grpc_shutdown(); } in TearDownTestSuite()
158 static void TearDownTestSuite() { grpc_shutdown(); } in TearDownTestSuite()
/external/rust/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 */
/external/grpc-grpc/include/grpc/
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 */
/external/rust/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 */
/external/grpc-grpc/test/cpp/microbenchmarks/
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
/external/grpc-grpc/test/core/slice/
Dpercent_decode_fuzzer.cc34 grpc_shutdown(); in LLVMFuzzerTestOneInput()
/external/grpc-grpc/include/grpcpp/impl/
Dgrpc_library.h42 grpc_shutdown(); in ~GrpcLibrary()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dgrpc_library.h42 grpc_shutdown(); in ~GrpcLibrary()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Dgrpc_library.h42 grpc_shutdown(); in ~GrpcLibrary()
/external/grpc-grpc/test/core/http/
Drequest_fuzzer.cc42 grpc_shutdown(); in LLVMFuzzerTestOneInput()
Dresponse_fuzzer.cc42 grpc_shutdown(); in LLVMFuzzerTestOneInput()
/external/rust/crates/grpcio-sys/grpc/
Dgrpc.def27 grpc_shutdown
/external/grpc-grpc/test/core/uri/
Duri_fuzzer_test.cc44 grpc_shutdown(); in LLVMFuzzerTestOneInput()

12345678910>>...13