Home
last modified time | relevance | path

Searched refs:gpr_pthread_thread_local (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/lib/gpr/
Dtls_pthread.h30 struct gpr_pthread_thread_local { struct
35 #define GPR_TLS_DECL(name) static struct gpr_pthread_thread_local name = {0} argument
39 #define GPR_TLS_CLASS_DECL(name) static struct gpr_pthread_thread_local name
43 #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);
Dtls_pthread.cc25 intptr_t gpr_tls_set(struct gpr_pthread_thread_local* tls, intptr_t value) { in gpr_tls_set()