/third_party/libuv/docs/code/spawn/ |
H A D | main.c | 7 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 D | main.c | 8 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 D | test-process-title.c | 79 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 D | test-ipc-heavy-traffic-deadlock-bug.c | 29 uv_process_t* process, 135 uv_process_t process; in TEST_IMPL()
|
H A D | benchmark-spawn.c | 32 static uv_process_t process; 67 static void exit_cb(uv_process_t* process, in exit_cb()
|
H A D | benchmark-sizes.c | 41 fprintf(stderr, "uv_process_t: %u bytes\n", (unsigned int) sizeof(uv_process_t)); in BENCHMARK_IMPL()
|
H A D | test-ipc-send-recv.c | 30 uv_process_t* process, 173 uv_process_t process; in run_test()
|
H A D | test-stdio-over-pipes.c | 50 static void exit_cb(uv_process_t* process, in exit_cb() 121 uv_process_t process; in test_stdio_over_pipes()
|
H A D | test-spawn.c | 46 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 D | main.c | 8 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 D | process.c | 131 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 D | internal.h | 229 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 D | handle-inl.h | 148 uv__process_endgame(loop, (uv_process_t*) handle); in uv__process_endgames()
|
H A D | handle.c | 132 uv__process_close(loop, (uv_process_t*) handle); in uv_close()
|
/third_party/node/deps/uv/src/win/ |
H A D | process.c | 140 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 D | internal.h | 237 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 D | handle-inl.h | 148 uv__process_endgame(loop, (uv_process_t*) handle); in uv__process_endgames()
|
H A D | handle.c | 132 uv__process_close(loop, (uv_process_t*) handle); in uv_close()
|
/third_party/node/deps/uv/src/unix/ |
H A D | process.c | 85 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 D | main.c | 10 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 D | process.c | 105 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 D | main.c | 6 uv_process_t child_req;
|
/third_party/node/src/ |
H A D | spawn_sync.h | 194 static void ExitCallback(uv_process_t* handle, 217 uv_process_t uv_process_;
|
/third_party/libuv/src/ |
H A D | uv-data-getter-setters.c | 89 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 D | uv-data-getter-setters.c | 89 uv_pid_t uv_process_get_pid(const uv_process_t* proc) { in uv_process_get_pid()
|