Searched defs:shimProcess (Results 1 – 1 of 1) sorted by relevance
1250 type shimProcess struct { struct1251 cmd *exec.Cmd1252 waitChan chan error1253 listener *net.TCPListener1254 stdout, stderr bytes.Buffer1300 func (s *shimProcess) accept() (net.Conn, error) {1327 func (s *shimProcess) wait() error {1346 func (s *shimProcess) close() {1351 func doExchanges(test *testCase, shim *shimProcess, resumeCount int, transcripts *[][]byte) error {