Searched refs:RunInExecCtx (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ |
D | cds.cc | 90 static void RunInExecCtx(void* arg, grpc_error* error); 160 GRPC_CLOSURE_INIT(&closure_, &RunInExecCtx, this, nullptr); in Notifier() 167 GRPC_CLOSURE_INIT(&closure_, &RunInExecCtx, this, nullptr); in Notifier() 173 GRPC_CLOSURE_INIT(&closure_, &RunInExecCtx, this, nullptr); in Notifier() 177 void CdsLb::ClusterWatcher::Notifier::RunInExecCtx(void* arg, in RunInExecCtx() function in grpc_core::__anoncf5894350111::CdsLb::ClusterWatcher::Notifier
|
D | xds_cluster_resolver.cc | 209 static void RunInExecCtx(void* arg, grpc_error* error); 418 GRPC_CLOSURE_INIT(&closure_, &RunInExecCtx, this, nullptr); in Notifier() 427 GRPC_CLOSURE_INIT(&closure_, &RunInExecCtx, this, nullptr); in Notifier() 436 GRPC_CLOSURE_INIT(&closure_, &RunInExecCtx, this, nullptr); in Notifier() 441 RunInExecCtx(void* arg, grpc_error* error) { in RunInExecCtx() function in grpc_core::__anon2c3b4bdc0111::XdsClusterResolverLb::EdsDiscoveryMechanism::EndpointWatcher::Notifier
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/ |
D | xds_resolver.cc | 82 static void RunInExecCtx(void* arg, grpc_error* error); 206 GRPC_CLOSURE_INIT(&closure_, &RunInExecCtx, this, nullptr); in Notifier() 214 GRPC_CLOSURE_INIT(&closure_, &RunInExecCtx, this, nullptr); in Notifier() 221 GRPC_CLOSURE_INIT(&closure_, &RunInExecCtx, this, nullptr); in Notifier() 227 GRPC_CLOSURE_INIT(&closure_, &RunInExecCtx, this, nullptr); in Notifier() 231 void XdsResolver::Notifier::RunInExecCtx(void* arg, grpc_error* error) { in RunInExecCtx() function in grpc_core::__anonead745500111::XdsResolver::Notifier
|