Lines Matching defs:CHILD
30 // Launch the child process as a child in the mojo system.
31 CHILD,
33 // Launch the child process as an unrelated peer process in the mojo system.
36 // Launch the child process as a child in the mojo system, using a named
40 // Launch the child process as an unrelated peer process in the mojo
48 // Start a child process and run the "main" function "named" |test_child_name|
53 LaunchType launch_type = LaunchType::CHILD);
70 // Wait for the child process to terminate.
71 // Returns the exit code of the child process. Note that, though it's declared
73 // usually return -1 on error in the child (e.g., if |test_child_name| was not
91 // For use (and only valid) in the child process: