19 #ifndef GRPC_IMPL_CODEGEN_SYNC_WINDOWS_H
20 #define GRPC_IMPL_CODEGEN_SYNC_WINDOWS_H
33 typedef CONDITION_VARIABLE
gpr_cv;
36 #define GPR_ONCE_INIT INIT_ONCE_STATIC_INIT
pthread_cond_t gpr_cv
Definition: sync_posix.h:46
pthread_once_t gpr_once
Definition: sync_posix.h:48
pthread_mutex_t gpr_mu
Definition: sync_posix.h:45