#include <grpc/support/port_platform.h>

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) |
| void | gpr_subprocess_interrupt (gpr_subprocess *p) |
| int | gpr_subprocess_join (gpr_subprocess *p) |
| typedef struct gpr_subprocess gpr_subprocess |
Definition at line 24 of file test/core/util/subprocess.h.
| const char* gpr_subprocess_binary_extension | ( | ) |
.exe on windows, empty on unices
| gpr_subprocess* gpr_subprocess_create | ( | int | argc, |
| const char ** | argv | ||
| ) |
| void gpr_subprocess_destroy | ( | gpr_subprocess * | p | ) |
if subprocess has not been joined, kill it
| void gpr_subprocess_interrupt | ( | gpr_subprocess * | p | ) |
| int gpr_subprocess_join | ( | gpr_subprocess * | p | ) |
returns exit status; can be called at most once