Exemple #1
0
void grpc_pollset_global_shutdown(void) {
    grpc_wakeup_fd_destroy(&grpc_global_wakeup_fd);
    gpr_tls_destroy(&g_current_thread_poller);
    gpr_tls_destroy(&g_current_thread_worker);
    grpc_wakeup_fd_global_destroy();
}
Exemple #2
0
void grpc_iomgr_platform_shutdown(void) {
  grpc_event_engine_shutdown();
  grpc_wakeup_fd_global_destroy();
}