Searched defs:spawn_child (Results 1 – 5 of 5) sorted by relevance
15 int spawn_child(char **argv) { in spawn_child() function80 int spawn_child(char **argv) { in spawn_child() function
10 void spawn_child(PROCESS_INFORMATION *pi, int child_num) { in spawn_child() function
68 pub(crate) fn spawn_child(cmd: &mut StdCommand) -> io::Result<SpawnedChild> { in spawn_child() function
338 static pid_t spawn_child(void *map_addr, bool own_pidns, bool own_mntns, in spawn_child() function
101 pub(crate) fn spawn_child(cmd: &mut std::process::Command) -> io::Result<SpawnedChild> { in spawn_child() function