19 #ifndef GRPC_IMPL_CODEGEN_SYNC_POSIX_H    20 #define GRPC_IMPL_CODEGEN_SYNC_POSIX_H    28 #ifdef GRPC_ASAN_ENABLED    36   pthread_mutex_t mutex;
    41   pthread_cond_t cond_var;
    50 #define GPR_ONCE_INIT PTHREAD_ONCE_INIT pthread_mutex_t gpr_mu
Definition: sync_posix.h:45
 
pthread_once_t gpr_once
Definition: sync_posix.h:48
 
pthread_cond_t gpr_cv
Definition: sync_posix.h:46