Home
last modified time | relevance | path

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

123456

/third_party/boost/libs/beast/test/extras/include/boost/beast/test/
Dyield_to.hpp99 spawn() in spawn() function in boost::beast::test::enable_yield_to
123 spawn(F0&& f, FN&&... fn) in spawn() function in boost::beast::test::enable_yield_to
/third_party/node/test/parallel/
Dtest-child-process-no-deprecation.js9 const spawn = require('child_process').spawn; constant
Dtest-windows-abort-exitcode.js7 const spawn = require('child_process').spawn; constant
Dtest-child-process-kill.js25 const spawn = require('child_process').spawn; constant
Dtest-child-process-stdin.js30 const spawn = require('child_process').spawn; constant
Dtest-force-repl.js4 const spawn = require('child_process').spawn; constant
Dtest-child-process-stdout-flush-exit.js37 const spawn = require('child_process').spawn; constant
Dtest-cli-bad-options.js7 const spawn = require('child_process').spawnSync; constant
Dtest-cli-eval-event.js5 const spawn = require('child_process').spawn; 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-child-process-uid-gid.js4 const spawn = require('child_process').spawn; constant
Dtest-child-process-double-pipe.js30 const spawn = require('child_process').spawn; constant
Dtest-child-process-default-options.js26 const spawn = require('child_process').spawn; constant
/third_party/skia/bin/
Dsysopen10 def spawn(cmd): function
/third_party/flutter/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/boost/boost/asio/impl/
Dspawn.hpp423 inline void spawn(BOOST_ASIO_MOVE_ARG(Function) function, in spawn() function
435 void spawn(BOOST_ASIO_MOVE_ARG(Handler) handler, in spawn() function
457 void spawn(basic_yield_context<Handler> ctx, in spawn() function
476 inline void spawn(const Executor& ex, in spawn() function
488 inline void spawn(const strand<Executor>& ex, in spawn() function
500 inline void spawn(const boost::asio::io_context::strand& s, in spawn() function
512 inline void spawn(ExecutionContext& ctx, in spawn() function
/third_party/boost/libs/asio/include/boost/asio/impl/
Dspawn.hpp423 inline void spawn(BOOST_ASIO_MOVE_ARG(Function) function, in spawn() function
435 void spawn(BOOST_ASIO_MOVE_ARG(Handler) handler, in spawn() function
457 void spawn(basic_yield_context<Handler> ctx, in spawn() function
476 inline void spawn(const Executor& ex, in spawn() function
488 inline void spawn(const strand<Executor>& ex, in spawn() function
500 inline void spawn(const boost::asio::io_context::strand& s, in spawn() function
512 inline void spawn(ExecutionContext& ctx, in spawn() function
/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
/third_party/libuv/test/
Dbenchmark-spawn.c103 static void spawn(void) { in spawn() function
137 BENCHMARK_IMPL(spawn) { in BENCHMARK_IMPL() argument
/third_party/boost/boost/process/
Dspawn.hpp49 inline void spawn(Args && ...args) in spawn() function

123456