GRPC Core
1.0.0
|
#include <grpc/support/port_platform.h>
Go to the source code of this file.
Typedefs | |
typedef struct gpr_subprocess | gpr_subprocess |
Functions | |
GPRAPI const char * | gpr_subprocess_binary_extension () |
GPRAPI gpr_subprocess * | gpr_subprocess_create (int argc, const char **argv) |
GPRAPI void | gpr_subprocess_destroy (gpr_subprocess *p) |
GPRAPI int | gpr_subprocess_join (gpr_subprocess *p) |
GPRAPI void | gpr_subprocess_interrupt (gpr_subprocess *p) |
typedef struct gpr_subprocess gpr_subprocess |
GPRAPI const char* gpr_subprocess_binary_extension | ( | ) |
GPRAPI gpr_subprocess* gpr_subprocess_create | ( | int | argc, |
const char ** | argv | ||
) |
GPRAPI void gpr_subprocess_destroy | ( | gpr_subprocess * | p | ) |
GPRAPI void gpr_subprocess_interrupt | ( | gpr_subprocess * | p | ) |
GPRAPI int gpr_subprocess_join | ( | gpr_subprocess * | p | ) |