Searched refs:spawn_child (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/compiler-rt/test/asan/TestCases/ |
D | exitcode.cpp | 15 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/ |
D | test_c_api.cc | 39 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/ |
D | instrprof-multiprocess.c | 10 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/ |
D | windows.rs | 68 pub(crate) fn spawn_child(cmd: &mut StdCommand) -> io::Result<SpawnedChild> { in spawn_child() function
|
D | mod.rs | 682 imp::spawn_child(&mut self.std).map(|spawned_child| Child { in spawn()
|
/external/rust/crates/tokio/src/process/unix/ |
D | mod.rs | 101 pub(crate) fn spawn_child(cmd: &mut std::process::Command) -> io::Result<SpawnedChild> { in spawn_child() function
|