GRPC Core
10.0.0
|
#include <grpc/impl/codegen/port_platform.h>
#include <grpc/impl/codegen/sync_generic.h>
#include <pthread.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 |
#define GPR_ONCE_INIT PTHREAD_ONCE_INIT |
typedef pthread_cond_t gpr_cv |
typedef pthread_mutex_t gpr_mu |
typedef pthread_once_t gpr_once |