|
GRPC Core
0.11.0.0
|
Data Structures | |
| struct | sync_array_s |
Enumerations | |
| enum | { event_sync_partitions = 31 } |
Functions | |
| void | gpr_event_init (gpr_event *ev) |
| void | gpr_event_set (gpr_event *ev, void *value) |
| void * | gpr_event_get (gpr_event *ev) |
| void * | gpr_event_wait (gpr_event *ev, gpr_timespec abs_deadline) |
| void | gpr_ref_init (gpr_refcount *r, int n) |
| void | gpr_ref (gpr_refcount *r) |
| void | gpr_refn (gpr_refcount *r, int n) |
| int | gpr_unref (gpr_refcount *r) |
| void | gpr_stats_init (gpr_stats_counter *c, gpr_intptr n) |
| void | gpr_stats_inc (gpr_stats_counter *c, gpr_intptr inc) |
| gpr_intptr | gpr_stats_read (const gpr_stats_counter *c) |
| void* gpr_event_get | ( | gpr_event * | ev | ) |
| void gpr_event_init | ( | gpr_event * | ev | ) |
| void gpr_event_set | ( | gpr_event * | ev, |
| void * | value | ||
| ) |
| void* gpr_event_wait | ( | gpr_event * | ev, |
| gpr_timespec | abs_deadline | ||
| ) |
| void gpr_ref | ( | gpr_refcount * | r | ) |
| void gpr_ref_init | ( | gpr_refcount * | r, |
| int | n | ||
| ) |
| void gpr_refn | ( | gpr_refcount * | r, |
| int | n | ||
| ) |
| void gpr_stats_inc | ( | gpr_stats_counter * | c, |
| gpr_intptr | inc | ||
| ) |
| void gpr_stats_init | ( | gpr_stats_counter * | c, |
| gpr_intptr | n | ||
| ) |
| gpr_intptr gpr_stats_read | ( | const gpr_stats_counter * | c | ) |
| int gpr_unref | ( | gpr_refcount * | r | ) |
1.8.6