Home
last modified time | relevance | path

Searched refs:spawn_child (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/test/asan/TestCases/
Dexitcode.cpp15 int spawn_child(char **argv) { in spawn_child() function
80 int spawn_child(char **argv) { in spawn_child() function
123 int exit_code = spawn_child(argv); in main()
/external/bcc/tests/cc/
Dtest_c_api.cc39 static pid_t spawn_child(void *, bool, bool, int (*)(void *));
270 child = spawn_child(0, true, true, mntns_func);
338 static pid_t spawn_child(void *map_addr, bool own_pidns, bool own_mntns, in spawn_child() function
365 child = spawn_child(map_addr, /* own_pidns */ false, false, perf_map_func);
385 child = spawn_child(map_addr, /* own_pidns */ true, false, perf_map_func);
401 child = spawn_child(map_addr, /* own_pidns */ true, true,
417 child = spawn_child(map_addr, /* own_pidns */ true, true,
/external/llvm-project/compiler-rt/test/profile/Windows/Inputs/
Dinstrprof-multiprocess.c10 void spawn_child(PROCESS_INFORMATION *pi, int child_num) { in spawn_child() function
73 spawn_child(&child[i], i); in main()
/external/rust/crates/tokio/src/process/
Dwindows.rs68 pub(crate) fn spawn_child(cmd: &mut StdCommand) -> io::Result<SpawnedChild> { in spawn_child() function
Dmod.rs682 imp::spawn_child(&mut self.std).map(|spawned_child| Child { in spawn()
/external/rust/crates/tokio/src/process/unix/
Dmod.rs101 pub(crate) fn spawn_child(cmd: &mut std::process::Command) -> io::Result<SpawnedChild> { in spawn_child() function