Home
last modified time | relevance | path

Searched refs:spawn (Results 101 - 125 of 1388) sorted by relevance

12345678910>>...56

/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawnattr_getpgroup.c1 #include <spawn.h>
H A Dposix_spawnattr_setpgroup.c1 #include <spawn.h>
H A Dposix_spawnattr_init.c1 #include <spawn.h>
H A Dposix_spawnattr_getflags.c1 #include <spawn.h>
H A Dposix_spawnattr_setflags.c1 #include <spawn.h>
H A Dposix_spawnattr_sched.c1 #include <spawn.h>
H A Dposix_spawnp.c1 #include <spawn.h>
/third_party/musl/src/process/
H A Dposix_spawnattr_setsigdefault.c1 #include <spawn.h>
H A Dposix_spawnattr_setsigmask.c1 #include <spawn.h>
H A Dposix_spawnattr_getsigmask.c1 #include <spawn.h>
H A Dposix_spawnattr_setpgroup.c1 #include <spawn.h>
H A Dposix_spawnattr_init.c1 #include <spawn.h>
H A Dposix_spawnattr_getsigdefault.c1 #include <spawn.h>
H A Dposix_spawnattr_getpgroup.c1 #include <spawn.h>
H A Dposix_spawnattr_getflags.c1 #include <spawn.h>
H A Dposix_spawn_file_actions_destroy.c1 #include <spawn.h>
H A Dposix_spawnattr_setflags.c1 #include <spawn.h>
H A Dposix_spawnattr_sched.c1 #include <spawn.h>
H A Dposix_spawnp.c1 #include <spawn.h>
H A Dposix_spawn_file_actions_addfchdir.c1 #include <spawn.h>
/third_party/node/deps/npm/node_modules/@npmcli/git/lib/
H A Dindex.js4 spawn: require('./spawn.js'),
/third_party/rust/crates/nix/src/sys/
H A Dsignal.rs1186 thread::spawn(|| { in test_thread_signal_set_mask()
1211 thread::spawn(|| { in test_thread_signal_block()
1226 thread::spawn(|| { in test_thread_signal_unblock()
1241 thread::spawn(|| { in test_thread_signal_swap()
1273 thread::spawn(|| { in test_sigaction()
1319 thread::spawn(|| { in test_sigwait()
/third_party/node/test/pseudo-tty/
H A Dtest-trace-sigint.js12 const cp = childProcess.spawn(
/third_party/node/test/sequential/
H A Dtest-resolution-inspect-brk.js13 const child = cp.spawn(process.execPath, execArgv);
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dposix_spawnattr_getpgroup.c17 #include <spawn.h>
24 * @tc.desc : Get the process group of spawn attr

Completed in 6 milliseconds

12345678910>>...56