
Go to the source code of this file.
Functions | |
| uv_loop_t * | create_loop () |
| int | main () |
| void | signal_handler (uv_signal_t *handle, int signum) |
| void | thread1_worker (void *userp) |
| void | thread2_worker (void *userp) |
| uv_loop_t* create_loop | ( | ) |
Definition at line 6 of file libuv/docs/code/signal/main.c.
| int main | ( | ) |
Definition at line 54 of file libuv/docs/code/signal/main.c.
| void signal_handler | ( | uv_signal_t * | handle, |
| int | signum | ||
| ) |
Definition at line 15 of file libuv/docs/code/signal/main.c.
| void thread1_worker | ( | void * | userp | ) |
Definition at line 22 of file libuv/docs/code/signal/main.c.
| void thread2_worker | ( | void * | userp | ) |
Definition at line 37 of file libuv/docs/code/signal/main.c.