GRPC C++  1.62.0
Macros | Typedefs
sync_posix.h File Reference
#include <grpc/support/port_platform.h>
#include <pthread.h>
#include <grpc/support/sync_generic.h>

Go to the source code of this file.

Macros

#define GPR_ONCE_INIT   PTHREAD_ONCE_INIT
 

Typedefs

typedef pthread_mutex_t gpr_mu
 
typedef pthread_cond_t gpr_cv
 
typedef pthread_once_t gpr_once
 

Macro Definition Documentation

◆ GPR_ONCE_INIT

#define GPR_ONCE_INIT   PTHREAD_ONCE_INIT

Typedef Documentation

◆ gpr_cv

typedef pthread_cond_t gpr_cv

◆ gpr_mu

typedef pthread_mutex_t gpr_mu

◆ gpr_once

typedef pthread_once_t gpr_once