
Go to the source code of this file.
Functions | |
| void | idle_cb (uv_idle_t *handle) |
| int | main () |
| void | prep_cb (uv_prepare_t *handle) |
Variables | |
| int64_t | counter = 0 |
| void idle_cb | ( | uv_idle_t * | handle | ) |
Definition at line 6 of file libuv/docs/code/uvstop/main.c.
| int main | ( | ) |
Definition at line 20 of file libuv/docs/code/uvstop/main.c.
| void prep_cb | ( | uv_prepare_t * | handle | ) |
Definition at line 16 of file libuv/docs/code/uvstop/main.c.
| int64_t counter = 0 |
Definition at line 4 of file libuv/docs/code/uvstop/main.c.