/aosp_15_r20/external/grpc-grpc/test/core/surface/ |
H A 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()
|
H A D | num_external_connectivity_watchers_test.cc | 117 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 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()
|
H A 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()
|
/aosp_15_r20/external/rust/android-crates-io/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()
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
H A D | credentials.pyx.pxi | 70 grpc_shutdown() 136 grpc_shutdown() 216 grpc_shutdown() 232 grpc_shutdown()
|
/aosp_15_r20/external/grpc-grpc/test/core/xds/ |
H A D | xds_channel_stack_modifier_test.cc | 55 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 D | address_sorting_test.cc | 193 // 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 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 */
|
/aosp_15_r20/external/rust/android-crates-io/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 */
|
/aosp_15_r20/external/rust/android-crates-io/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 */
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | subchannel.cc | 434 // 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 D | README-iOS.md | 27 grpc_shutdown(); 36 static void TearDownTestCase() { grpc_shutdown(); }
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
H A D | grpc_aio.pyx.pxi | 74 grpc_shutdown() 80 grpc_shutdown()
|
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/ |
H A D | subchannel.cc | 469 // 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 D | proto_utils_test.cc | 62 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 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
|
/aosp_15_r20/external/grpc-grpc/test/core/handshake/ |
H A D | verify_peer_options.cc | 186 grpc_shutdown(); in verify_peer_options_test() 251 grpc_shutdown(); in main()
|
/aosp_15_r20/external/grpc-grpc/test/core/util/ |
H A D | port_server_client.cc | 132 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 D | bad_server_response_test.cc | 363 grpc_shutdown(); in run_test() 413 grpc_shutdown(); in main()
|
/aosp_15_r20/external/grpc-grpc/src/php/ext/grpc/ |
H A D | php_grpc.c | 195 grpc_shutdown(); in postfork_child() 575 grpc_shutdown(); in PHP_MSHUTDOWN_FUNCTION()
|
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/ |
H A D | service_config_end2end_test.cc | 142 // Explicitly destroy all the members so that we can make sure grpc_shutdown in TearDown() 148 grpc_shutdown(); in TearDown()
|
H A D | client_lb_end2end_test.cc | 275 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 D | percent_decode_fuzzer.cc | 34 grpc_shutdown(); in LLVMFuzzerTestOneInput()
|