Home
last modified time | relevance | path

Searched refs:uv_spawn (Results 1 - 20 of 20) sorted by relevance

/third_party/libuv/test/
H A Dtest-spawn.c193 r = uv_spawn(uv_default_loop(), &process, &options); in TEST_IMPL()
213 r = uv_spawn(uv_default_loop(), &process, &options); in TEST_IMPL()
253 ASSERT_OK(uv_spawn(uv_default_loop(), &process, &options)); in TEST_IMPL()
269 r = uv_spawn(uv_default_loop(), &process, &options); in TEST_IMPL()
297 r = uv_spawn(uv_default_loop(), &process, &options); in TEST_IMPL()
341 r = uv_spawn(uv_default_loop(), &process, &options); in TEST_IMPL()
397 r = uv_spawn(uv_default_loop(), &process, &options); in TEST_IMPL()
459 r = uv_spawn(uv_default_loop(), &process, &options); in TEST_IMPL()
536 r = uv_spawn(uv_default_loop(), &process, &options); in TEST_IMPL()
603 r = uv_spawn(uv_default_loo in TEST_IMPL()
[all...]
H A Dtest-process-title.c120 ASSERT_OK(uv_spawn(uv_default_loop(), &process, &options)); in TEST_IMPL()
H A Dbenchmark-spawn.c125 r = uv_spawn(loop, &process, &options); in spawn()
H A Dtest-stdio-over-pipes.c142 r = uv_spawn(loop, &process, &options); in test_stdio_over_pipes()
H A Dtest-ref.c420 r = uv_spawn(uv_default_loop(), &h, &options); in TEST_IMPL()
H A Dtest-ipc.c317 r = uv_spawn(uv_default_loop(), process, &options); in spawn_helper()
/third_party/libuv/docs/code/spawn/
H A Dmain.c28 if ((r = uv_spawn(loop, &child_req, &options))) { in main()
/third_party/libuv/docs/code/detach/
H A Dmain.c23 if ((r = uv_spawn(loop, &child_req, &options))) { in main()
/third_party/libuv/docs/code/proc-streams/
H A Dmain.c43 if ((r = uv_spawn(loop, &child_req, &options))) { in main()
/third_party/libuv/docs/code/cgi/
H A Dmain.c44 if ((r = uv_spawn(loop, &child_req, &options))) { in invoke_cgi_script()
/third_party/libuv/docs/code/multi-echo-server/
H A Dmain.c92 uv_spawn(loop, &worker->req, &worker->options); in setup_workers()
/third_party/node/src/
H A Dprocess_wrap.cc265 int err = uv_spawn(env->event_loop(), &wrap->process_, &options); in Spawn()
H A Dspawn_sync.cc487 // Start the timer immediately. If uv_spawn fails then in TryInitializeAndRunLoop()
499 r = uv_spawn(uv_loop_, &uv_process_, &uv_process_options_); in TryInitializeAndRunLoop()
/third_party/node/deps/uv/src/unix/
H A Dprocess.c163 * zero on success. See also the cleanup section in uv_spawn().
935 int uv_spawn(uv_loop_t* loop, in uv_spawn() function
/third_party/libuv/src/unix/
H A Dprocess.c184 * zero on success. See also the cleanup section in uv_spawn().
956 int uv_spawn(uv_loop_t* loop, in uv_spawn() function
/third_party/libuv/src/win/
H A Dprocess.c75 * it contains are killed. All processes created with uv_spawn that are not in uv__init_global_job_handle()
84 * from job control (which uv_spawn doesn't, either). in uv__init_global_job_handle()
909 int uv_spawn(uv_loop_t* loop, in uv_spawn() function
/third_party/node/deps/uv/src/win/
H A Dprocess.c72 * it contains are killed. All processes created with uv_spawn that are not in uv__init_global_job_handle()
81 * from job control (which uv_spawn doesn't, either). in uv__init_global_job_handle()
938 int uv_spawn(uv_loop_t* loop, in uv_spawn() function
/third_party/libuv/include/
H A Duv.h999 /* uv_spawn() options. */
1054 * Various flags that control how uv_spawn() behaves. See the definition of
1072 * windows; uv_spawn() will fail and set the error to UV_ENOTSUP.
1085 * will cause uv_spawn() to fail.
1091 * flag will cause uv_spawn() to fail.
1144 UV_EXTERN int uv_spawn(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
H A Duv.h927 /* uv_spawn() options. */
982 * Various flags that control how uv_spawn() behaves. See the definition of
1000 * windows; uv_spawn() will fail and set the error to UV_ENOTSUP.
1013 * will cause uv_spawn() to fail.
1019 * flag will cause uv_spawn() to fail.
1065 UV_EXTERN int uv_spawn(uv_loop_t* loop,
/third_party/node/deps/uv/include/
H A Duv.h941 /* uv_spawn() options. */
996 * Various flags that control how uv_spawn() behaves. See the definition of
1014 * windows; uv_spawn() will fail and set the error to UV_ENOTSUP.
1027 * will cause uv_spawn() to fail.
1033 * flag will cause uv_spawn() to fail.
1079 UV_EXTERN int uv_spawn(uv_loop_t* loop,

Completed in 23 milliseconds