Home
last modified time | relevance | path

Searched refs:uv_process_t (Results 1 - 25 of 40) sorted by relevance

12

/third_party/libuv/docs/code/spawn/
H A Dmain.c7 uv_process_t child_req;
10 void on_exit(uv_process_t *req, int64_t exit_status, int term_signal) { in on_exit()
/third_party/libuv/docs/code/proc-streams/
H A Dmain.c8 uv_process_t child_req;
11 void on_exit(uv_process_t *req, int64_t exit_status, int term_signal) { in on_exit()
/third_party/libuv/test/
H A Dtest-process-title.c79 static void exit_cb(uv_process_t* process, int64_t status, int signo) { in exit_cb()
88 uv_process_t process; in TEST_IMPL()
H A Dtest-ipc-heavy-traffic-deadlock-bug.c29 uv_process_t* process,
135 uv_process_t process; in TEST_IMPL()
H A Dbenchmark-spawn.c32 static uv_process_t process;
67 static void exit_cb(uv_process_t* process, in exit_cb()
H A Dbenchmark-sizes.c41 fprintf(stderr, "uv_process_t: %u bytes\n", (unsigned int) sizeof(uv_process_t)); in BENCHMARK_IMPL()
H A Dtest-ipc-send-recv.c30 uv_process_t* process,
173 uv_process_t process; in run_test()
H A Dtest-stdio-over-pipes.c50 static void exit_cb(uv_process_t* process, in exit_cb()
121 uv_process_t process; in test_stdio_over_pipes()
H A Dtest-spawn.c46 static uv_process_t process;
66 static void exit_cb(uv_process_t* process, in exit_cb()
77 static void fail_cb(uv_process_t* process, in fail_cb()
84 static void kill_cb(uv_process_t* process, in kill_cb()
117 static void detach_failure_cb(uv_process_t* process, in detach_failure_cb()
1607 static void exit_cb_unexpected(uv_process_t* process, in exit_cb_unexpected()
1883 uv_process_t child_req; in TEST_IMPL()
1995 uv_process_t dummy_processes[100]; in TEST_IMPL()
/third_party/libuv/docs/code/cgi/
H A Dmain.c8 uv_process_t child_req;
11 void cleanup_handles(uv_process_t *req, int64_t exit_status, int term_signal) { in cleanup_handles()
/third_party/libuv/src/win/
H A Dprocess.c131 static void uv__process_init(uv_loop_t* loop, uv_process_t* handle) { in uv__process_init()
823 uv_process_t* process = (uv_process_t*) data; in exit_wait_callback()
838 void uv__process_proc_exit(uv_loop_t* loop, uv_process_t* handle) { in uv__process_proc_exit()
876 void uv__process_close(uv_loop_t* loop, uv_process_t* handle) { in uv__process_close()
897 void uv__process_endgame(uv_loop_t* loop, uv_process_t* handle) { in uv__process_endgame()
910 uv_process_t* process, in uv_spawn()
1347 int uv_process_kill(uv_process_t* process, int signum) { in uv_process_kill()
H A Dinternal.h229 void uv__process_proc_exit(uv_loop_t* loop, uv_process_t* handle);
230 void uv__process_close(uv_loop_t* loop, uv_process_t* handle);
231 void uv__process_endgame(uv_loop_t* loop, uv_process_t* handle);
H A Dhandle-inl.h148 uv__process_endgame(loop, (uv_process_t*) handle); in uv__process_endgames()
H A Dhandle.c132 uv__process_close(loop, (uv_process_t*) handle); in uv_close()
/third_party/node/deps/uv/src/win/
H A Dprocess.c140 static void uv__process_init(uv_loop_t* loop, uv_process_t* handle) { in uv__process_init()
852 uv_process_t* process = (uv_process_t*) data; in exit_wait_callback()
867 void uv__process_proc_exit(uv_loop_t* loop, uv_process_t* handle) { in uv__process_proc_exit()
905 void uv__process_close(uv_loop_t* loop, uv_process_t* handle) { in uv__process_close()
926 void uv__process_endgame(uv_loop_t* loop, uv_process_t* handle) { in uv__process_endgame()
939 uv_process_t* process, in uv_spawn()
1240 int uv_process_kill(uv_process_t* process, int signum) { in uv_process_kill()
H A Dinternal.h237 void uv__process_proc_exit(uv_loop_t* loop, uv_process_t* handle);
238 void uv__process_close(uv_loop_t* loop, uv_process_t* handle);
239 void uv__process_endgame(uv_loop_t* loop, uv_process_t* handle);
H A Dhandle-inl.h148 uv__process_endgame(loop, (uv_process_t*) handle); in uv__process_endgames()
H A Dhandle.c132 uv__process_close(loop, (uv_process_t*) handle); in uv_close()
/third_party/node/deps/uv/src/unix/
H A Dprocess.c85 uv_process_t* process; in uv__wait_children()
100 process = QUEUE_DATA(q, uv_process_t, queue); in uv__wait_children()
138 process = QUEUE_DATA(q, uv_process_t, queue); in uv__wait_children()
936 uv_process_t* process, in uv_spawn()
1060 int uv_process_kill(uv_process_t* process, int signum) { in uv_process_kill()
1080 void uv__process_close(uv_process_t* handle) { in uv__process_close()
/third_party/libuv/docs/code/multi-echo-server/
H A Dmain.c10 uv_process_t req;
21 void close_process_handle(uv_process_t *req, int64_t exit_status, int term_signal) { in close_process_handle()
/third_party/libuv/src/unix/
H A Dprocess.c105 uv_process_t* process; in uv__wait_children()
120 process = uv__queue_data(q, uv_process_t, queue); in uv__wait_children()
159 process = uv__queue_data(q, uv_process_t, queue); in uv__wait_children()
957 uv_process_t* process, in uv_spawn()
1086 int uv_process_kill(uv_process_t* process, int signum) { in uv_process_kill()
1106 void uv__process_close(uv_process_t* handle) { in uv__process_close()
/third_party/libuv/docs/code/detach/
H A Dmain.c6 uv_process_t child_req;
/third_party/node/src/
H A Dspawn_sync.h194 static void ExitCallback(uv_process_t* handle,
217 uv_process_t uv_process_;
/third_party/libuv/src/
H A Duv-data-getter-setters.c89 uv_pid_t uv_process_get_pid(const uv_process_t* proc) { in uv_process_get_pid()
/third_party/node/deps/uv/src/
H A Duv-data-getter-setters.c89 uv_pid_t uv_process_get_pid(const uv_process_t* proc) { in uv_process_get_pid()

Completed in 14 milliseconds

12