Home
last modified time | relevance | path

Searched defs:spawn_child (Results 1 – 5 of 5) 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
/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
/external/rust/crates/tokio/src/process/
Dwindows.rs68 pub(crate) fn spawn_child(cmd: &mut StdCommand) -> io::Result<SpawnedChild> { in spawn_child() function
/external/bcc/tests/cc/
Dtest_c_api.cc338 static pid_t spawn_child(void *map_addr, bool own_pidns, bool own_mntns, in spawn_child() function
/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