Home
last modified time | relevance | path

Searched refs:spawn (Results 301 - 325 of 1485) sorted by relevance

1...<<11121314151617181920>>...60

/third_party/ninja/src/
H A Dsubprocess-posix.cc25 #include <spawn.h>
/third_party/rust/crates/autocfg/src/
H A Dlib.rs226 let mut child = try!(command.spawn().map_err(error::from_io)); in probe()
/third_party/python/Lib/distutils/command/
H A Dconfig.py264 self.spawn([exe])
H A Dbdist_rpm.py362 self.spawn(rpm_cmd)
H A Dbuild_ext.py612 self.spawn(swig_cmd + ["-o", target, source])
/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc65 #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 Dcommand.js430 // 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 Dgtest-death-test.cc69 #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 Dgtest-death-test.cc64 # 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 Ddownload.rs408 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 Dmod.rs333 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 Dtest_socket.rs336 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 Drust_key_enable_test.rs450 let handle = thread::spawn(|| { in test_get_udid_concurrent()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dspawnndk.cpp22 #include <spawn.h>
H A Dspawnndk1.cpp23 #include <spawn.h>
/third_party/python/Lib/distutils/tests/
H A Dtest_sdist.py29 from distutils.spawn import find_executable
/base/request/request/test/rustest/src/
H A Dlib.rs78 thread::spawn(move || loop { in new()
/third_party/node/deps/uv/src/unix/
H A Dprocess.c39 # 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 DbluebirdStaticThis.js44 static spawn<R>(dit: typeof Promise, generatorFunction: Function): Promise<R>;
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dmod.rs1497 .spawn(run) in no_stack_overflow_on_drop()
/third_party/libuv/src/unix/
H A Dprocess.c39 # 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 Dindex.js27 const { exec, execSync, spawn, spawnSync } = require('child_process');
862 const child = spawn(...args);
/third_party/python/Lib/test/support/
H A D__init__.py528 """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 Dsetup.py23 # 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 Dtest_unistd.rs1211 // spawn a new thread where to test setfsuid in test_setfsuid()
1212 thread::spawn(move || { in test_setfsuid()

Completed in 39 milliseconds

1...<<11121314151617181920>>...60