#include <grpc/support/port_platform.h>
#include "src/core/tsi/alts/handshaker/alts_shared_resource.h"
#include <grpc/support/log.h>
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/gprpp/crash.h"
#include "src/core/tsi/alts/handshaker/alts_handshaker_client.h"
static alts_shared_resource_dedicated g_alts_resource_dedicated;
alts_shared_resource_dedicated* grpc_alts_get_shared_resource_dedicated(void) { … }
static void thread_worker(void* ) { … }
void grpc_alts_shared_resource_dedicated_init() { … }
void grpc_alts_shared_resource_dedicated_start(
const char* handshaker_service_url) { … }
void grpc_alts_shared_resource_dedicated_shutdown() { … }