/third_party/ninja/src/ |
H A D | subprocess-posix.cc | 25 #include <spawn.h>
|
/third_party/rust/crates/autocfg/src/ |
H A D | lib.rs | 226 let mut child = try!(command.spawn().map_err(error::from_io)); in probe()
|
/third_party/python/Lib/distutils/command/ |
H A D | config.py | 264 self.spawn([exe])
|
H A D | bdist_rpm.py | 362 self.spawn(rpm_cmd)
|
H A D | build_ext.py | 612 self.spawn(swig_cmd + ["-o", target, source])
|
/third_party/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 65 #include <spawn.h> 71 #include <lib/fdio/spawn.h> 1286 // spawn(2) there instead. The function dies with an error message if 1311 // Set close_fd to be closed after spawn. in ExecDeathTestSpawnChild() 1316 // spawn is a system call. in ExecDeathTestSpawnChild() 1317 child_pid = spawn(args.argv[0], 0, nullptr, &inherit, args.argv, environ); in ExecDeathTestSpawnChild()
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | command.js | 430 // Async callback from spawn events, not useful to throw. 1003 // add executable arguments to spawn 1006 proc = childProcess.spawn(process.argv[0], args, { stdio: 'inherit' }); 1008 proc = childProcess.spawn(executableFile, args, { stdio: 'inherit' }); 1012 // add executable arguments to spawn 1014 proc = childProcess.spawn(process.execPath, args, { stdio: 'inherit' }); 1017 if (!proc.killed) { // testing mainly to avoid leak warnings during unit tests with mocked spawn
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-death-test.cc | 69 #include <spawn.h> 75 #include <lib/fdio/spawn.h> 1252 // spawn(2) there instead. The function dies with an error message if 1277 // Set close_fd to be closed after spawn. in ExecDeathTestSpawnChild() 1282 // spawn is a system call. in ExecDeathTestSpawnChild() 1283 child_pid = spawn(args.argv[0], 0, nullptr, &inherit, args.argv, environ); in ExecDeathTestSpawnChild()
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-death-test.cc | 64 # include <spawn.h> 70 # include <lib/fdio/spawn.h> 1311 // spawn(2) there instead. The function dies with an error message if 1336 // Set close_fd to be closed after spawn. in ExecDeathTestSpawnChild() 1341 // spawn is a system call. in ExecDeathTestSpawnChild() 1343 spawn(args.argv[0], 0, nullptr, &inherit, args.argv, GetEnviron()); in ExecDeathTestSpawnChild()
|
/base/request/request/services/src/task/ |
H A D | download.rs | 408 ylong_runtime::spawn(async move { in ut_download_resume_not_support_range() 533 ylong_runtime::spawn(async move { in ut_download_range_resume_1()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/ |
H A D | mod.rs | 333 let guard = thread::spawn(move || { in test_connect_with_srtp_ctx() 391 let guard = thread::spawn(move || { in test_connect_with_srtp_ssl() 829 let t = thread::spawn(move || { in test_mozilla_server() 1147 let guard = thread::spawn(move || { in keying_export()
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_socket.rs | 336 let send_thread = thread::spawn(move || { in sendrecv() 585 let send_thread = thread::spawn(move || { in udp_recvmmsg() 656 let send_thread = thread::spawn(move || { in udp_recvmmsg_dontwait_short_read() 1211 let thread = thread::spawn(move || { in test_scm_rights_single_cmsg_multiple_fds() 1522 let thr = thread::spawn(move || { in test_named_unixdomain() 2168 let thr = thread::spawn(move || { in test_vsock()
|
/base/security/code_signature/test/unittest/ |
H A D | rust_key_enable_test.rs | 450 let handle = thread::spawn(|| { in test_get_udid_concurrent()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | spawnndk.cpp | 22 #include <spawn.h>
|
H A D | spawnndk1.cpp | 23 #include <spawn.h>
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_sdist.py | 29 from distutils.spawn import find_executable
|
/base/request/request/test/rustest/src/ |
H A D | lib.rs | 78 thread::spawn(move || loop { in new()
|
/third_party/node/deps/uv/src/unix/ |
H A D | process.c | 39 # include <spawn.h> 462 /* Set flags for spawn behavior in uv__spawn_set_posix_spawn_attrs() 467 * 2) POSIX_SPAWN_SETSIGDEF: Signals mentioned in spawn-sigdefault in the in uv__spawn_set_posix_spawn_attrs() 468 * spawn attributes will be reset to behave as their default in uv__spawn_set_posix_spawn_attrs() 470 * spawn-sigmask in attributes in uv__spawn_set_posix_spawn_attrs() 720 /* Try to spawn the new process file. If it fails with ENOENT, the in uv__spawn_resolve_and_spawn() 773 /* Try to spawn options->file resolving in the provided environment in uv__spawn_and_init_child_posix_spawn() 845 /* Special child process spawn case for macOS Big Sur (11.0) onwards in uv__spawn_and_init_child() 920 /* Something unknown happened to our child before spawn */ in uv__spawn_and_init_child()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | bluebirdStaticThis.js | 44 static spawn<R>(dit: typeof Promise, generatorFunction: Function): Promise<R>;
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | mod.rs | 1497 .spawn(run) in no_stack_overflow_on_drop()
|
/third_party/libuv/src/unix/ |
H A D | process.c | 39 # include <spawn.h> 482 /* Set flags for spawn behavior in uv__spawn_set_posix_spawn_attrs() 487 * 2) POSIX_SPAWN_SETSIGDEF: Signals mentioned in spawn-sigdefault in the in uv__spawn_set_posix_spawn_attrs() 488 * spawn attributes will be reset to behave as their default in uv__spawn_set_posix_spawn_attrs() 490 * spawn-sigmask in attributes in uv__spawn_set_posix_spawn_attrs() 740 /* Try to spawn the new process file. If it fails with ENOENT, the in uv__spawn_resolve_and_spawn() 793 /* Try to spawn options->file resolving in the provided environment in uv__spawn_and_init_child_posix_spawn() 865 /* Special child process spawn case for macOS Big Sur (11.0) onwards in uv__spawn_and_init_child() 940 /* Something unknown happened to our child before spawn */ in uv__spawn_and_init_child()
|
/third_party/node/test/common/ |
H A D | index.js | 27 const { exec, execSync, spawn, spawnSync } = require('child_process'); 862 const child = spawn(...args);
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 528 """Used for subprocess, os.spawn calls, fd inheritance""" 1835 from distutils import ccompiler, sysconfig, spawn, errors namespace 1853 if spawn.find_executable(cmd[0]) is None:
|
/third_party/python/ |
H A D | setup.py | 23 # Bootstrap Python: distutils.spawn uses subprocess to build C extensions, 55 from distutils.spawn import find_executable
|
/third_party/rust/crates/nix/test/ |
H A D | test_unistd.rs | 1211 // spawn a new thread where to test setfsuid in test_setfsuid() 1212 thread::spawn(move || { in test_setfsuid()
|