Home
last modified time | relevance | path

Searched refs:grpc_iomgr_is_any_background_poller_thread (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Diomgr.h49 bool grpc_iomgr_is_any_background_poller_thread();
Diomgr.cc167 bool grpc_iomgr_is_any_background_poller_thread() { in grpc_iomgr_is_any_background_poller_thread() function
Dcombiner.cc208 !grpc_iomgr_is_any_background_poller_thread() && in grpc_combiner_continue_exec_ctx()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dinit.cc222 if (!grpc_iomgr_is_any_background_poller_thread() && in grpc_shutdown()
Dcompletion_queue.cc886 grpc_iomgr_is_any_background_poller_thread()) {
1376 if (grpc_iomgr_is_any_background_poller_thread()) {
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dtransport.cc43 if (!grpc_iomgr_is_any_background_poller_thread() && in grpc_stream_destroy()