GRPC Core
1.0.0
|
#include <grpc/impl/codegen/port_platform.h>
#include <grpc/impl/codegen/sync_generic.h>
#include <grpc/impl/codegen/time.h>
Go to the source code of this file.
GPRAPI int gpr_cv_wait | ( | gpr_cv * | cv, |
gpr_mu * | mu, | ||
gpr_timespec | abs_deadline | ||
) |
GPRAPI void* gpr_event_wait | ( | gpr_event * | ev, |
gpr_timespec | abs_deadline | ||
) |
GPRAPI void gpr_ref | ( | gpr_refcount * | r | ) |
GPRAPI void gpr_ref_init | ( | gpr_refcount * | r, |
int | n | ||
) |
GPRAPI void gpr_ref_non_zero | ( | gpr_refcount * | r | ) |
GPRAPI void gpr_refn | ( | gpr_refcount * | r, |
int | n | ||
) |
GPRAPI void gpr_stats_inc | ( | gpr_stats_counter * | c, |
intptr_t | inc | ||
) |
GPRAPI void gpr_stats_init | ( | gpr_stats_counter * | c, |
intptr_t | n | ||
) |
GPRAPI intptr_t gpr_stats_read | ( | const gpr_stats_counter * | c | ) |
GPRAPI int gpr_unref | ( | gpr_refcount * | r | ) |