Searched refs:spawned (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/test/java/lang/ProcessHandle/
H A DTreeTest.java71 List<JavaChild> spawned = new ArrayList<>();
81 spawned.add(JavaChild.spawnJavaChild("pid", "stdin"));
84 // Verify spawned Process is in list of children
86 spawned.stream()
91 // Send exit command to each spawned Process
92 spawned.forEach(p -> {
101 spawned.forEach(p -> {
113 for (Process p : spawned) {
119 // Verify spawned processes are not visible as children
121 spawned
[all...]
/openjdk9/test/fmw/gtest/src/
H A Dgtest-death-test.cc381 bool spawned() const { return spawned_; } function in class:testing::internal::DeathTestImpl
405 // True if the death test child process has been successfully spawned.
531 if (!spawned())
640 if (!spawned())
800 if (!spawned())

Completed in 293 milliseconds