| /external/grpc-grpc/test/core/surface/ |
| D | init_test.cc | 41 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()
|
| D | num_external_connectivity_watchers_test.cc | 117 grpc_shutdown(); in run_timeouts_test() 157 grpc_shutdown(); in run_channel_shutdown_before_timeout_test()
|
| /external/grpc-grpc/src/core/lib/surface/ |
| D | init.cc | 87 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()
|
| D | legacy_channel.cc | 120 // 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()
|
| D | init_internally.h | 21 // grpc_shutdown from within core, but otherwise do the same thing.
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
| D | init.cc | 119 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()
|
| D | channel.cc | 81 // 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()
|
| D | init_internally.h | 21 // grpc_shutdown from within core, but otherwise do the same thing.
|
| /external/grpc-grpc/test/core/xds/ |
| D | xds_channel_stack_modifier_test.cc | 55 grpc_shutdown(); in TEST() 70 grpc_shutdown(); in TEST() 126 grpc_shutdown(); in TEST()
|
| /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
| D | credentials.pyx.pxi | 70 grpc_shutdown() 136 grpc_shutdown() 216 grpc_shutdown() 232 grpc_shutdown()
|
| /external/grpc-grpc/test/cpp/ |
| D | README-iOS.md | 27 grpc_shutdown(); 36 static void TearDownTestCase() { grpc_shutdown(); }
|
| /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
| D | grpc_aio.pyx.pxi | 74 grpc_shutdown() 80 grpc_shutdown()
|
| /external/grpc-grpc/test/cpp/codegen/ |
| D | proto_utils_test.cc | 62 static void TearDownTestSuite() { grpc_shutdown(); } in TearDownTestSuite() 158 static void TearDownTestSuite() { grpc_shutdown(); } in TearDownTestSuite()
|
| /external/rust/crates/grpcio-sys/grpc/include/grpc/ |
| D | grpc.h | 53 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/ |
| D | grpc.h | 52 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/ |
| D | grpc.h | 53 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/ |
| D | bm_cq_multiple_threads.cc | 138 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/ |
| D | percent_decode_fuzzer.cc | 34 grpc_shutdown(); in LLVMFuzzerTestOneInput()
|
| /external/grpc-grpc/include/grpcpp/impl/ |
| D | grpc_library.h | 42 grpc_shutdown(); in ~GrpcLibrary()
|
| /external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/ |
| D | grpc_library.h | 42 grpc_shutdown(); in ~GrpcLibrary()
|
| /external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/ |
| D | grpc_library.h | 42 grpc_shutdown(); in ~GrpcLibrary()
|
| /external/grpc-grpc/test/core/http/ |
| D | request_fuzzer.cc | 42 grpc_shutdown(); in LLVMFuzzerTestOneInput()
|
| D | response_fuzzer.cc | 42 grpc_shutdown(); in LLVMFuzzerTestOneInput()
|
| /external/rust/crates/grpcio-sys/grpc/ |
| D | grpc.def | 27 grpc_shutdown
|
| /external/grpc-grpc/test/core/uri/ |
| D | uri_fuzzer_test.cc | 44 grpc_shutdown(); in LLVMFuzzerTestOneInput()
|