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 D | Parallel.h | 74 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 D | cygwinccompiler.py | 59 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 D | upload.py | 17 from distutils.spawn import spawn namespace 91 spawn(gpg_args,
|
/third_party/rust/crates/once_cell/src/ |
H A D | imp_std.rs | 332 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 D | setup.py | 92 self.spawn(bazel_argv) 102 self.spawn(["bazel", "shutdown"])
|
/third_party/node/test/parallel/ |
H A D | test-tls-session-cache.js | 29 const { spawn } = require('child_process'); 112 const client = spawn(common.opensslCli, args, {
|
/third_party/node/test/sequential/ |
H A D | test-tls-psk-client.js | 12 const { spawn } = require('child_process'); 19 const server = spawn(common.opensslCli, [
|
/third_party/node/tools/ |
H A D | test-npm-package.js | 12 * 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 D | node-gyp.js | 155 * 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 D | v6.rs | 83 .spawn(move || { in test_v6() 89 .spawn(move || { in test_v6()
|
H A D | v4.rs | 74 .spawn(move || { in test_v4() 80 .spawn(move || { in test_v4()
|
/third_party/musl/src/process/ |
H A D | posix_spawn_file_actions_init.c | 1 #include <spawn.h>
|
H A D | posix_spawnattr_destroy.c | 1 #include <spawn.h>
|
H A D | posix_spawnattr_setsigdefault.c | 1 #include <spawn.h>
|
H A D | posix_spawnattr_setsigmask.c | 1 #include <spawn.h>
|
H A D | posix_spawnattr_getsigmask.c | 1 #include <spawn.h>
|
H A D | posix_spawnattr_setpgroup.c | 1 #include <spawn.h>
|
/third_party/musl/porting/liteos_a/user/src/process/ |
H A D | posix_spawnattr_destroy.c | 1 #include <spawn.h>
|
H A D | posix_spawnattr_setsigdefault.c | 1 #include <spawn.h>
|
H A D | posix_spawnattr_getsigdefault.c | 1 #include <spawn.h>
|
H A D | posix_spawnattr_setsigmask.c | 1 #include <spawn.h>
|
H A D | posix_spawnattr_getsigmask.c | 1 #include <spawn.h>
|
H A D | posix_spawnattr_getpgroup.c | 1 #include <spawn.h>
|
H A D | posix_spawnattr_setpgroup.c | 1 #include <spawn.h>
|
H A D | posix_spawnattr_init.c | 1 #include <spawn.h>
|
Completed in 6 milliseconds
12345678910>>...56