Searched refs:gpr_tls_destroy (Results 1 – 11 of 11) sorted by relevance
46 #define gpr_tls_destroy(tls) \ macro
46 #define gpr_tls_destroy(tls) pthread_key_delete((tls)->key) macro
65 gpr_tls_destroy(&test_var); in main()
201 static void GlobalShutdown(void) { gpr_tls_destroy(&exec_ctx_); } in GlobalShutdown()
150 gpr_tls_destroy(&g_this_thread_state); in SetThreading()
522 gpr_tls_destroy(&g_current_thread_pollset); in pollset_global_shutdown()523 gpr_tls_destroy(&g_current_thread_worker); in pollset_global_shutdown()
982 gpr_tls_destroy(&g_current_thread_pollset);983 gpr_tls_destroy(&g_current_thread_worker);
304 gpr_tls_destroy(&g_last_seen_min_timer); in timer_list_shutdown()
711 gpr_tls_destroy(&g_current_thread_pollset);712 gpr_tls_destroy(&g_current_thread_worker);
880 gpr_tls_destroy(&g_current_thread_poller);881 gpr_tls_destroy(&g_current_thread_worker);