OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:childprocess
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/none/tests/
pth_term_signal.c
31
childprocess
()
function
70
childprocess
();
/libcore/ojluni/src/main/native/
UNIXProcess_md.c
716
childProcess
(void *arg)
789
* Start a child process running function
childProcess
.
809
return clone(
childProcess
,
831
childProcess
(c);
832
assert(resultPid != 0); /*
childProcess
never returns */
/prebuilts/go/darwin-x86/src/crypto/tls/
handshake_client_test.go
284
var
childProcess
*exec.Cmd
290
recordingConn,
childProcess
, stdin, stdout, err = test.connFromCommand()
413
childProcess
.Process.Kill()
414
childProcess
.Wait()
416
os.Stdout.Write(
childProcess
.Stdout.(*opensslOutputSink).all)
[
all
...]
handshake_server_test.go
572
var
childProcess
*exec.Cmd
576
recordingConn,
childProcess
, err = test.connFromCommand()
658
childProcess
.Stdout.(*bytes.Buffer).WriteTo(os.Stdout)
665
childProcess
.Wait()
[
all
...]
/prebuilts/go/linux-x86/src/crypto/tls/
handshake_client_test.go
284
var
childProcess
*exec.Cmd
290
recordingConn,
childProcess
, stdin, stdout, err = test.connFromCommand()
413
childProcess
.Process.Kill()
414
childProcess
.Wait()
416
os.Stdout.Write(
childProcess
.Stdout.(*opensslOutputSink).all)
[
all
...]
handshake_server_test.go
572
var
childProcess
*exec.Cmd
576
recordingConn,
childProcess
, err = test.connFromCommand()
658
childProcess
.Stdout.(*bytes.Buffer).WriteTo(os.Stdout)
665
childProcess
.Wait()
[
all
...]
Completed in 1358 milliseconds