Searched refs:gpr_pthread_thread_local (Results 1 – 2 of 2) sorted by relevance
30 struct gpr_pthread_thread_local { struct35 #define GPR_TLS_DECL(name) static struct gpr_pthread_thread_local name = {0} argument39 #define GPR_TLS_CLASS_DECL(name) static struct gpr_pthread_thread_local name43 #define GPR_TLS_CLASS_DEF(name) struct gpr_pthread_thread_local name = {0}51 intptr_t gpr_tls_set(struct gpr_pthread_thread_local* tls, intptr_t value);
25 intptr_t gpr_tls_set(struct gpr_pthread_thread_local* tls, intptr_t value) { in gpr_tls_set()