Home
last modified time | relevance | path

Searched refs:XdsClientGlobalInit (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/plugin_registry/
Dgrpc_plugin_registry.cc66 void XdsClientGlobalInit();
133 grpc_register_plugin(grpc_core::XdsClientGlobalInit, in grpc_register_built_in_plugins()
/third_party/grpc/src/core/ext/xds/
Dxds_client.cc2199 void XdsClientGlobalInit() { g_mu = new Mutex; } in XdsClientGlobalInit() function