/third_party/libuv/test/ |
H A D | test-spawn.c | 193 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 D | test-process-title.c | 120 ASSERT_OK(uv_spawn(uv_default_loop(), &process, &options)); in TEST_IMPL()
|
H A D | benchmark-spawn.c | 125 r = uv_spawn(loop, &process, &options); in spawn()
|
H A D | test-stdio-over-pipes.c | 142 r = uv_spawn(loop, &process, &options); in test_stdio_over_pipes()
|
H A D | test-ref.c | 420 r = uv_spawn(uv_default_loop(), &h, &options); in TEST_IMPL()
|
H A D | test-ipc.c | 317 r = uv_spawn(uv_default_loop(), process, &options); in spawn_helper()
|
/third_party/libuv/docs/code/spawn/ |
H A D | main.c | 28 if ((r = uv_spawn(loop, &child_req, &options))) { in main()
|
/third_party/libuv/docs/code/detach/ |
H A D | main.c | 23 if ((r = uv_spawn(loop, &child_req, &options))) { in main()
|
/third_party/libuv/docs/code/proc-streams/ |
H A D | main.c | 43 if ((r = uv_spawn(loop, &child_req, &options))) { in main()
|
/third_party/libuv/docs/code/cgi/ |
H A D | main.c | 44 if ((r = uv_spawn(loop, &child_req, &options))) { in invoke_cgi_script()
|
/third_party/libuv/docs/code/multi-echo-server/ |
H A D | main.c | 92 uv_spawn(loop, &worker->req, &worker->options); in setup_workers()
|
/third_party/node/src/ |
H A D | process_wrap.cc | 265 int err = uv_spawn(env->event_loop(), &wrap->process_, &options); in Spawn()
|
H A D | spawn_sync.cc | 487 // 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 D | process.c | 163 * 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 D | process.c | 184 * 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 D | process.c | 75 * 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 D | process.c | 72 * 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 D | uv.h | 999 /* 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 D | uv.h | 927 /* 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 D | uv.h | 941 /* 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,
|