Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gpr/
Dtls_msvc.h27 struct gpr_msvc_thread_local { struct
33 static __declspec(thread) struct gpr_msvc_thread_local name = {0} argument
38 static __declspec(thread) struct gpr_msvc_thread_local name
41 __declspec(thread) struct gpr_msvc_thread_local name = {0}