GRPC Core
0.11.0.0
|
Go to the source code of this file.
Typedefs | |
typedef struct gpr_subprocess | gpr_subprocess |
Functions | |
const char * | gpr_subprocess_binary_extension () |
gpr_subprocess * | gpr_subprocess_create (int argc, const char **argv) |
void | gpr_subprocess_destroy (gpr_subprocess *p) |
int | gpr_subprocess_join (gpr_subprocess *p) |
void | gpr_subprocess_interrupt (gpr_subprocess *p) |
typedef struct gpr_subprocess gpr_subprocess |
const char* gpr_subprocess_binary_extension | ( | ) |
gpr_subprocess* gpr_subprocess_create | ( | int | argc, |
const char ** | argv | ||
) |
void gpr_subprocess_destroy | ( | gpr_subprocess * | p | ) |
void gpr_subprocess_interrupt | ( | gpr_subprocess * | p | ) |
int gpr_subprocess_join | ( | gpr_subprocess * | p | ) |