예제 #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();
}
예제 #2
0
static void pollset_global_shutdown(void) {
  pollable_destroy(&g_empty_pollable);
  gpr_tls_destroy(&g_current_thread_pollset);
  gpr_tls_destroy(&g_current_thread_worker);
}