Home
last modified time | relevance | path

Searched refs:spawn (Results 76 - 100 of 1400) sorted by relevance

12345678910>>...56

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DParallel.h74 void spawn(std::function<void()> f);
114 TG.spawn([=, &Comp, &TG] { in parallel_quick_sort()
131 // the number of spawn() calls. We'll create up to 1024 tasks here. in parallel_for_each()
140 TG.spawn([=, &Fn] { std::for_each(Begin, Begin + TaskSize, Fn); }); in parallel_for_each()
155 TG.spawn([=, &Fn] { in parallel_for_each_n()
/third_party/python/Lib/distutils/
H A Dcygwinccompiler.py59 from distutils.spawn import find_executable
162 self.spawn(["windres", "-i", src, "-o", obj])
167 self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +
/third_party/python/Lib/distutils/command/
H A Dupload.py17 from distutils.spawn import spawn namespace
91 spawn(gpg_args,
/third_party/rust/crates/once_cell/src/
H A Dimp_std.rs332 thread::spawn(move || { in stampede_once()
394 let t1 = thread::spawn(move || { in wait_for_force_to_finish()
404 let t2 = thread::spawn(|| { in wait_for_force_to_finish()
/third_party/benchmark/
H A Dsetup.py92 self.spawn(bazel_argv)
102 self.spawn(["bazel", "shutdown"])
/third_party/node/test/parallel/
H A Dtest-tls-session-cache.js29 const { spawn } = require('child_process');
112 const client = spawn(common.opensslCli, args, {
/third_party/node/test/sequential/
H A Dtest-tls-psk-client.js12 const { spawn } = require('child_process');
19 const server = spawn(common.opensslCli, [
/third_party/node/tools/
H A Dtest-npm-package.js12 * We always use the node used to spawn this script and the `npm` version
19 const { spawn, spawnSync } = require('child_process');
88 const testChild = spawn(process.execPath, [
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dnode-gyp.js155 * Spawns a child process and emits a 'spawn' event.
157 spawn (command, args, opts) {
164 const cp = childProcess.spawn(command, args, opts)
165 log.info('spawn', command)
166 log.info('spawn args', args)
/third_party/rust/crates/rustix/tests/net/
H A Dv6.rs83 .spawn(move || { in test_v6()
89 .spawn(move || { in test_v6()
H A Dv4.rs74 .spawn(move || { in test_v4()
80 .spawn(move || { in test_v4()
/third_party/musl/src/process/
H A Dposix_spawn_file_actions_init.c1 #include <spawn.h>
H A Dposix_spawnattr_destroy.c1 #include <spawn.h>
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>
/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawnattr_destroy.c1 #include <spawn.h>
H A Dposix_spawnattr_setsigdefault.c1 #include <spawn.h>
H A Dposix_spawnattr_getsigdefault.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_getpgroup.c1 #include <spawn.h>
H A Dposix_spawnattr_setpgroup.c1 #include <spawn.h>
H A Dposix_spawnattr_init.c1 #include <spawn.h>

Completed in 6 milliseconds

12345678910>>...56