
Go to the source code of this file.
Functions | |
| int | main () |
| void | on_exit (uv_process_t *req, int64_t exit_status, int term_signal) |
Variables | |
| uv_process_t | child_req |
| uv_loop_t * | loop |
| uv_process_options_t | options |
| int main | ( | ) |
Definition at line 16 of file libuv/docs/code/proc-streams/main.c.
| void on_exit | ( | uv_process_t * | req, |
| int64_t | exit_status, | ||
| int | term_signal | ||
| ) |
Definition at line 11 of file libuv/docs/code/proc-streams/main.c.
| uv_process_t child_req |
Definition at line 8 of file libuv/docs/code/proc-streams/main.c.
| uv_loop_t* loop |
Definition at line 7 of file libuv/docs/code/proc-streams/main.c.
| uv_process_options_t options |
Definition at line 9 of file libuv/docs/code/proc-streams/main.c.