Home
last modified time | relevance | path

Searched refs:grpc_timer_manager_set_threading (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dfork_posix.cc83 grpc_timer_manager_set_threading(false); in grpc_prefork()
94 grpc_timer_manager_set_threading(true); in grpc_postfork_parent()
109 grpc_timer_manager_set_threading(true); in grpc_postfork_child()
Dtimer_manager.h34 void grpc_timer_manager_set_threading(bool enabled);
Dtimer_manager.cc348 void grpc_timer_manager_set_threading(bool enabled) { in grpc_timer_manager_set_threading() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dfork_posix.cc83 grpc_timer_manager_set_threading(false); in grpc_prefork()
94 grpc_timer_manager_set_threading(true); in grpc_postfork_parent()
109 grpc_timer_manager_set_threading(true); in grpc_postfork_child()
Dtimer_manager.h34 void grpc_timer_manager_set_threading(bool enabled);
Dtimer_manager.cc346 void grpc_timer_manager_set_threading(bool enabled) { in grpc_timer_manager_set_threading() function
/external/grpc-grpc/test/core/transport/chaotic_good/
Dtransport_test.h46 grpc_timer_manager_set_threading(false);
Dclient_transport_error_test.cc147 grpc_timer_manager_set_threading(false); in __anon5f7c80970402()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dgrpc_aio.pxd.pxi33 void grpc_timer_manager_set_threading(bint enabled)
/external/grpc-grpc/src/core/lib/surface/
Dinit.cc124 grpc_timer_manager_set_threading(false); // shutdown timer_manager thread in grpc_shutdown_internal_locked()
/external/grpc-grpc/test/core/transport/
Dbdp_estimator_test.cc145 grpc_timer_manager_set_threading(false); in main()
/external/grpc-grpc/test/core/end2end/
Dend2end_test_fuzzer.cc129 grpc_timer_manager_set_threading(false); in RunEnd2endFuzzer()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dinit.cc157 grpc_timer_manager_set_threading(false); // shutdown timer_manager thread in grpc_shutdown_internal_locked()
/external/grpc-grpc/test/core/transport/test_suite/
Dtest.h214 grpc_timer_manager_set_threading(false); in TransportTest()
300 grpc_timer_manager_set_threading(false);