Home
last modified time | relevance | path

Searched refs:spawn (Results 26 - 50 of 333) sorted by relevance

12345678910>>...14

/third_party/node/test/parallel/
H A Dtest-listen-fd-detached.js30 const spawn = require('child_process').spawn;
45 const parent = spawn(process.execPath, [__filename, 'parent'], {
90 const child = spawn(process.execPath, [__filename, 'child'], {
H A Dtest-stdout-stderr-reading.js23 const spawn = require('child_process').spawn;
26 const c1 = spawn(node, [__filename, 'child']);
43 const c2 = spawn(node, ['-e', 'console.log("ok")']);
H A Dtest-child-process-spawn-event.js3 const spawn = require('child_process').spawn;
6 const subprocess = spawn('echo', ['ok']);
9 subprocess.on('spawn', function() {
19 subprocess.on('spawn', common.mustCall());
H A Dtest-tls-cipher-list.js8 const spawn = require('child_process').spawn;
17 spawn(process.execPath, arg, {})
H A Dtest-process-raw-debug.js38 const spawn = require('child_process').spawn;
39 const child = spawn(process.execPath, [__filename, 'child']);
H A Dtest-repl-syntax-error-handling.js36 const spawn = require('child_process').spawn;
37 const child = spawn(process.execPath, [__filename, 'child']);
H A Dtest-child-process-stdio-big-write-end.js42 const spawn = require('child_process').spawn;
43 const child = spawn(process.execPath, [__filename, 'child']);
H A Dtest-child-process-windows-hide.js11 // Since windowsHide isn't really observable, monkey patch spawn() and
13 const originalSpawn = internalCp.ChildProcess.prototype.spawn;
16 internalCp.ChildProcess.prototype.spawn = common.mustCall(function(options) {
36 const child = cp.spawn(cmd, args, options);
H A Dtest-domain-nested-throw.js35 const spawn = require('child_process').spawn;
37 const child = spawn(node, [__filename, 'child'], opt);
H A Dtest-http-pipeline-flood.js52 const spawn = require('child_process').spawn;
54 const child = spawn(process.execPath, args, { stdio: 'inherit' });
/third_party/node/test/sequential/
H A Dtest-net-GH-5504.js71 const spawn = require('child_process').spawn;
74 const s = spawn(node, [__filename, 'server'], {
85 const c = spawn(node, [__filename, 'client']);
H A Dtest-next-tick-error-spin.js27 const spawn = require('child_process').spawn;
28 const child = spawn(process.execPath, [__filename, 'child'], {
/third_party/python/Lib/multiprocessing/
H A Dpopen_spawn_posix.py6 from . import spawn namespace
27 method = 'spawn'
42 prep_data = spawn.get_preparation_data(process_obj._name)
55 cmd = spawn.get_command_line(tracker_fd=tracker_fd,
58 self.pid = util.spawnv_passfds(spawn.get_executable(),
/third_party/node/test/message/
H A Deval_messages.js26 const spawn = require('child_process').spawn;
32 const child = spawn(process.execPath, args);
H A Dstdin_messages.js26 const spawn = require('child_process').spawn;
32 const child = spawn(process.execPath, args);
/third_party/node/test/pummel/
H A Dtest-child-process-spawn-loop.js26 const spawn = require('child_process').spawn;
34 const child = spawn(python, ['-c', `print(${SIZE} * "C")`]);
/third_party/node/test/async-hooks/
H A Dtest-graph.pipe.js6 const spawn = require('child_process').spawn;
11 const sleep = spawn('sleep', [ '0.1' ]);
/third_party/node/benchmark/child_process/
H A Dchild-process-read-ipc.js20 const spawn = require('child_process').spawn;
26 const child = spawn(process.argv[0],
/kernel/linux/linux-5.10/crypto/
H A Dlrw.c268 struct crypto_skcipher_spawn *spawn = skcipher_instance_ctx(inst); in lrw_init_tfm() local
272 cipher = crypto_spawn_skcipher(spawn); in lrw_init_tfm()
301 struct crypto_skcipher_spawn *spawn; in lrw_create() local
317 inst = kzalloc(sizeof(*inst) + sizeof(*spawn), GFP_KERNEL); in lrw_create()
321 spawn = skcipher_instance_ctx(inst); in lrw_create()
323 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in lrw_create()
331 err = crypto_grab_skcipher(spawn, in lrw_create()
339 alg = crypto_skcipher_spawn_alg(spawn); in lrw_create()
H A Dgeniv.c44 struct crypto_aead_spawn *spawn; in aead_geniv_alloc() local
56 inst = kzalloc(sizeof(*inst) + sizeof(*spawn), GFP_KERNEL); in aead_geniv_alloc()
60 spawn = aead_instance_ctx(inst); in aead_geniv_alloc()
62 err = crypto_grab_aead(spawn, aead_crypto_instance(inst), in aead_geniv_alloc()
67 alg = crypto_spawn_aead_alg(spawn); in aead_geniv_alloc()
/kernel/linux/linux-6.6/crypto/
H A Dcmac.c205 struct crypto_cipher_spawn *spawn; in cmac_init_tfm() local
208 spawn = shash_instance_ctx(inst); in cmac_init_tfm()
209 cipher = crypto_spawn_cipher(spawn); in cmac_init_tfm()
242 struct crypto_cipher_spawn *spawn; in cmac_create() local
252 inst = kzalloc(sizeof(*inst) + sizeof(*spawn), GFP_KERNEL); in cmac_create()
255 spawn = shash_instance_ctx(inst); in cmac_create()
257 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in cmac_create()
261 alg = crypto_spawn_cipher_alg(spawn); in cmac_create()
H A Dlrw.c268 struct crypto_skcipher_spawn *spawn = skcipher_instance_ctx(inst); in lrw_init_tfm() local
272 cipher = crypto_spawn_skcipher(spawn); in lrw_init_tfm()
301 struct crypto_skcipher_spawn *spawn; in lrw_create() local
317 inst = kzalloc(sizeof(*inst) + sizeof(*spawn), GFP_KERNEL); in lrw_create()
321 spawn = skcipher_instance_ctx(inst); in lrw_create()
323 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in lrw_create()
331 err = crypto_grab_skcipher(spawn, in lrw_create()
339 alg = crypto_skcipher_spawn_alg(spawn); in lrw_create()
H A Dgeniv.c44 struct crypto_aead_spawn *spawn; in aead_geniv_alloc() local
56 inst = kzalloc(sizeof(*inst) + sizeof(*spawn), GFP_KERNEL); in aead_geniv_alloc()
60 spawn = aead_instance_ctx(inst); in aead_geniv_alloc()
62 err = crypto_grab_aead(spawn, aead_crypto_instance(inst), in aead_geniv_alloc()
67 alg = crypto_spawn_aead_alg(spawn); in aead_geniv_alloc()
/third_party/node/test/abort/
H A Dtest-abort-uncaught-exception.js5 const spawn = require('child_process').spawn;
27 const child = spawn(node, args);
/third_party/rust/crates/once_cell/tests/
H A Dit.rs271 s.spawn(|_| { in once_cell()
317 s.spawn(|_| { in once_cell_drop()
368 s.spawn(|_| cell.set("hello".to_string())); in wait()
386 s.spawn(move |_| { in get_or_init_stress()
452 let mut guard = Guard { child: std::process::Command::new(bin).spawn().unwrap() }; in reentrant_init()
493 s.spawn(|_| { in lazy_new()
560 s.spawn(|_| { in static_lazy()
646 scope.spawn(|_| loop { in once_cell_does_not_leak_partially_constructed_boxes()
654 let _ = scope.spawn(|_| cell.set(MSG.to_owned())); in once_cell_does_not_leak_partially_constructed_boxes()
667 scope.spawn(| in get_does_not_block()
[all...]

Completed in 7 milliseconds

12345678910>>...14