Searched defs:GPR_TLS_DECL (Results 1 – 7 of 7) sorted by relevance
28 #define GPR_TLS_DECL(name) thread_local static intptr_t name = 0 macro
35 #define GPR_TLS_DECL(name) static struct gpr_pthread_thread_local name = {0} macro
34 #define GPR_TLS_DECL(name) \ macro
35 #define GPR_TLS_DECL(name) \ macro
32 #define GPR_TLS_DECL(name) \ macro