Home
last modified time | relevance | path

Searched defs:spawn (Results 1 – 25 of 126) sorted by relevance

123456

/third_party/rust/crates/tracing/tracing-futures/src/executor/
Dfutures_01.rs56 fn spawn( in spawn() function
70 fn spawn(&mut self, future: F) -> Result<(), SpawnError> { in spawn() function
88 pub fn spawn<F>(&mut self, future: F) -> &mut Self in spawn() method
139 pub fn spawn<F>(&mut self, future: F) -> &mut Self in spawn() method
200 fn spawn( in spawn() function
214 fn spawn(&mut self, future: F) -> Result<(), SpawnError> { in spawn() function
233 pub fn spawn<F>(&mut self, future: F) -> &mut Self in spawn() method
287 pub fn spawn<F>(&mut self, future: F) -> &mut Self in spawn() method
/third_party/node/test/parallel/
Dtest-child-process-no-deprecation.js9 const spawn = require('child_process').spawn; constant
Dtest-child-process-kill.js25 const spawn = require('child_process').spawn; constant
Dtest-windows-abort-exitcode.js7 const spawn = require('child_process').spawn; constant
Dtest-child-process-stdout-flush-exit.js37 const spawn = require('child_process').spawn; constant
Dtest-force-repl.js4 const spawn = require('child_process').spawn; constant
Dtest-child-process-stdin.js30 const spawn = require('child_process').spawn; constant
Dtest-cli-bad-options.js7 const spawn = require('child_process').spawnSync; constant
Dtest-repl-harmony.js26 const spawn = require('child_process').spawn; constant
Dtest-repl-unexpected-token-recoverable.js8 const spawn = require('child_process').spawn; constant
Dtest-stdout-close-unref.js24 const spawn = require('child_process').spawn; constant
Dtest-cli-eval-event.js5 const spawn = require('child_process').spawn; constant
Dtest-child-process-spawn-event.js3 const spawn = require('child_process').spawn; constant
Dtest-stdin-pipe-resume.js9 const spawn = require('child_process').spawn; constant
Dtest-child-process-default-options.js26 const spawn = require('child_process').spawn; constant
Dtest-child-process-uid-gid.js4 const spawn = require('child_process').spawn; constant
Dtest-child-process-stdout-ipc.js5 const spawn = require('child_process').spawn; constant
Dtest-child-process-stdout-flush.js25 const spawn = require('child_process').spawn; constant
/third_party/flutter/skia/bin/
Dsysopen10 def spawn(cmd): function
/third_party/skia/bin/
Dsysopen10 def spawn(cmd): function
/third_party/node/test/abort/
Dtest-process-abort-exitcode.js10 const spawn = require('child_process').spawn; constant
/third_party/libuv/test/
Dbenchmark-spawn.c103 static void spawn(void) { in spawn() function
137 BENCHMARK_IMPL(spawn) { in BENCHMARK_IMPL() argument
/third_party/node/test/sequential/
Dtest-inspector-stops-no-file.js4 const spawn = require('child_process').spawn; constant
Dtest-debug-prompt.js5 const spawn = require('child_process').spawn; constant
/third_party/node/test/fixtures/
Dparent-process-nonpersistent.js2 const spawn = require('child_process').spawn, constant

123456