HomeSort by relevance Sort by last modified time
    Searched refs:gpr_tls_destroy (Results 1 - 11 of 11) sorted by null

  /external/grpc-grpc/src/core/lib/gpr/
tls_msvc.h 46 #define gpr_tls_destroy(tls) \ macro
tls_gcc.h 46 #define gpr_tls_destroy(tls) \ macro
tls_pthread.h 46 #define gpr_tls_destroy(tls) pthread_key_delete((tls)->key) macro
  /external/grpc-grpc/test/core/gpr/
tls_test.cc 65 gpr_tls_destroy(&test_var);
  /external/grpc-grpc/src/core/lib/iomgr/
exec_ctx.h 201 static void GlobalShutdown(void) { gpr_tls_destroy(&exec_ctx_); }
executor.cc 150 gpr_tls_destroy(&g_this_thread_state);
timer_generic.cc 304 gpr_tls_destroy(&g_last_seen_min_timer);
ev_epoll1_linux.cc 522 gpr_tls_destroy(&g_current_thread_pollset);
523 gpr_tls_destroy(&g_current_thread_worker);
    [all...]
ev_epollsig_linux.cc 982 gpr_tls_destroy(&g_current_thread_pollset);
983 gpr_tls_destroy(&g_current_thread_worker);
    [all...]
ev_epollex_linux.cc 711 gpr_tls_destroy(&g_current_thread_pollset);
712 gpr_tls_destroy(&g_current_thread_worker);
    [all...]
ev_poll_posix.cc 880 gpr_tls_destroy(&g_current_thread_poller);
881 gpr_tls_destroy(&g_current_thread_worker);
    [all...]

Completed in 160 milliseconds