Home
last modified time | relevance | path

Searched refs:concurrentWriter (Results 1 – 1 of 1) sorted by relevance

/build/soong/cmd/run_with_timeout/
Drun_with_timeout.go67 type concurrentWriter struct { struct
73 func (c *concurrentWriter) Write(data []byte) (n int, err error) { argument
84 func (c *concurrentWriter) Close() { argument
96 concurrentStdout := &concurrentWriter{w: stdout}
97 concurrentStderr := &concurrentWriter{w: stderr}