Home
last modified time | relevance | path

Searched refs:exit_cb (Results 1 – 16 of 16) sorted by relevance

/libuv/test/
H A Dtest-process-title.c79 static void exit_cb(uv_process_t* process, int64_t status, int signo) { in exit_cb() function
118 options.exit_cb = exit_cb; in TEST_IMPL()
H A Dtest-spawn.c66 static void exit_cb(uv_process_t* process, in exit_cb() function
171 options.exit_cb = exit_cb; in init_process_options()
249 init_process_options("spawn_helper1", exit_cb); in TEST_IMPL()
267 init_process_options("spawn_helper1", exit_cb); in TEST_IMPL()
288 init_process_options("spawn_helper2", exit_cb); in TEST_IMPL()
326 init_process_options("spawn_helper2", exit_cb); in TEST_IMPL()
380 init_process_options("spawn_helper6", exit_cb); in TEST_IMPL()
437 init_process_options("spawn_helper6", exit_cb); in TEST_IMPL()
1361 init_process_options("", exit_cb); in TEST_IMPL()
1975 options.exit_cb = exit_cb; in TEST_IMPL()
[all …]
H A Dbenchmark-spawn.c67 static void exit_cb(uv_process_t* process, in exit_cb() function
115 options.exit_cb = exit_cb; in spawn()
H A Dtest-stdio-over-pipes.c50 static void exit_cb(uv_process_t* process, in exit_cb() function
63 static void init_process_options(char* test, uv_exit_cb exit_cb) { in init_process_options() argument
72 options.exit_cb = exit_cb; in init_process_options()
126 init_process_options("stdio_over_pipes_helper", exit_cb); in test_stdio_over_pipes()
H A Dtest-ipc.c89 static void exit_cb(uv_process_t* process, in exit_cb() function
306 options.exit_cb = exit_cb; in spawn_helper()
H A Dtest-ref.c418 options.exit_cb = NULL; in TEST_IMPL()
/libuv/docs/code/detach/
H A Dmain.c17 options.exit_cb = NULL; in main()
/libuv/docs/code/spawn/
H A Dmain.c23 options.exit_cb = on_exit; in main()
/libuv/docs/code/proc-streams/
H A Dmain.c38 options.exit_cb = on_exit; in main()
/libuv/docs/code/cgi/
H A Dmain.c37 options.exit_cb = cleanup_handles; in invoke_cgi_script()
/libuv/src/unix/
H A Dprocess.c162 if (process->exit_cb == NULL) in uv__wait_children()
173 process->exit_cb(process, exit_status, term_signal); in uv__wait_children()
1040 process->exit_cb = options->exit_cb; in uv_spawn()
/libuv/src/win/
H A Dprocess.c132 handle->exit_cb = NULL; in uv__process_init()
851 if (handle->exit_cb) { in uv__process_proc_exit()
852 handle->exit_cb(handle, exit_code, handle->exit_signal); in uv__process_proc_exit()
905 process->exit_cb = options->exit_cb; in uv_spawn()
/libuv/docs/code/multi-echo-server/
H A Dmain.c88 worker->options.exit_cb = close_process_handle; in setup_workers()
/libuv/docs/src/
H A Dprocess.rst25 uv_exit_cb exit_cb;
180 .. c:member:: uv_exit_cb uv_process_options_t.exit_cb
/libuv/include/
H A Duv.h1019 uv_exit_cb exit_cb; /* Called after the process exits. */ member
1124 uv_exit_cb exit_cb; member
/libuv/
H A DChangeLog2120 * test: fix test-ipc spawn_helper exit_cb (Santiago Gimeno)

Completed in 110 milliseconds