Searched defs:spawn_child (Results 1 – 4 of 4) sorted by relevance
69 pub(crate) fn spawn_child(cmd: &mut StdCommand) -> io::Result<SpawnedChild> { in spawn_child() function
118 pub(crate) fn spawn_child(cmd: &mut std::process::Command) -> io::Result<SpawnedChild> { in spawn_child() function
573 static pid_t spawn_child(void *map_addr, bool own_pidns, bool own_mntns, in spawn_child() function
1926 fn spawn_child<I, S>( in spawn_child() function