Home
last modified time | relevance | path

Searched refs:GPR_TLS_DECL (Results 1 – 13 of 13) sorted by relevance

/third_party/grpc/src/core/lib/gpr/
Dtls_stdcpp.h28 #define GPR_TLS_DECL(name) thread_local static intptr_t name = 0 macro
Dtls_gcc.h35 #define GPR_TLS_DECL(name) \ macro
Dtls_msvc.h34 #define GPR_TLS_DECL(name) \ macro
Dtls_pthread.h35 #define GPR_TLS_DECL(name) static struct gpr_pthread_thread_local name = {0} macro
/third_party/grpc/test/core/gpr/
Dtls_test.cc34 GPR_TLS_DECL(test_var);
/third_party/grpc/test/cpp/end2end/
Dnonblocking_test.cc45 GPR_TLS_DECL(g_is_nonblocking_poll);
/third_party/grpc/doc/core/
Dmoving-to-c++.md37 (e.g. ios < 9.0) don't support `thread_local`. Please use `GPR_TLS_DECL` instead.
/third_party/grpc/src/core/lib/iomgr/
Dexecutor.cc56 GPR_TLS_DECL(g_this_thread_state);
Dev_epoll1_linux.cc467 GPR_TLS_DECL(g_current_thread_pollset);
468 GPR_TLS_DECL(g_current_thread_worker);
Dev_poll_posix.cc708 GPR_TLS_DECL(g_current_thread_poller);
709 GPR_TLS_DECL(g_current_thread_worker);
Dtimer_generic.cc226 GPR_TLS_DECL(g_last_seen_min_timer);
Dev_epollex_linux.cc646 GPR_TLS_DECL(g_current_thread_pollset);
647 GPR_TLS_DECL(g_current_thread_worker);
/third_party/grpc/src/core/lib/surface/
Dcompletion_queue.cc61 GPR_TLS_DECL(g_cached_event);
62 GPR_TLS_DECL(g_cached_cq);