#include <grpc/impl/codegen/port_platform.h>#include <pthread.h>#include <grpc/impl/codegen/sync_generic.h>

Go to the source code of this file.
Macros | |
| #define | GPR_ONCE_INIT PTHREAD_ONCE_INIT |
Typedefs | |
| typedef pthread_cond_t | gpr_cv |
| typedef pthread_mutex_t | gpr_mu |
| typedef pthread_once_t | gpr_once |
| #define GPR_ONCE_INIT PTHREAD_ONCE_INIT |
Definition at line 52 of file impl/codegen/sync_posix.h.
| typedef pthread_cond_t gpr_cv |
Definition at line 48 of file impl/codegen/sync_posix.h.
| typedef pthread_mutex_t gpr_mu |
Definition at line 47 of file impl/codegen/sync_posix.h.
| typedef pthread_once_t gpr_once |
Definition at line 50 of file impl/codegen/sync_posix.h.