Typedefs | Functions
test/core/util/subprocess.h File Reference
#include <grpc/support/port_platform.h>
Include dependency graph for test/core/util/subprocess.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct gpr_subprocess gpr_subprocess
 

Functions

const char * gpr_subprocess_binary_extension ()
 
gpr_subprocessgpr_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 Documentation

◆ gpr_subprocess

Definition at line 24 of file test/core/util/subprocess.h.

Function Documentation

◆ gpr_subprocess_binary_extension()

const char* gpr_subprocess_binary_extension ( )

.exe on windows, empty on unices

◆ gpr_subprocess_create()

gpr_subprocess* gpr_subprocess_create ( int  argc,
const char **  argv 
)

◆ gpr_subprocess_destroy()

void gpr_subprocess_destroy ( gpr_subprocess p)

if subprocess has not been joined, kill it

◆ gpr_subprocess_interrupt()

void gpr_subprocess_interrupt ( gpr_subprocess p)

◆ gpr_subprocess_join()

int gpr_subprocess_join ( gpr_subprocess p)

returns exit status; can be called at most once



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:33