
Go to the source code of this file.
Functions | |
| void | fake_job (uv_timer_t *handle) |
| void | gc (uv_timer_t *handle) |
| int | main () |
Variables | |
| uv_timer_t | fake_job_req |
| uv_timer_t | gc_req |
| uv_loop_t * | loop |
| void fake_job | ( | uv_timer_t * | handle | ) |
Definition at line 13 of file libuv/docs/code/ref-timer/main.c.
| void gc | ( | uv_timer_t * | handle | ) |
Definition at line 9 of file libuv/docs/code/ref-timer/main.c.
| int main | ( | ) |
Definition at line 17 of file libuv/docs/code/ref-timer/main.c.
| uv_timer_t fake_job_req |
Definition at line 7 of file libuv/docs/code/ref-timer/main.c.
| uv_timer_t gc_req |
Definition at line 6 of file libuv/docs/code/ref-timer/main.c.
| uv_loop_t* loop |
Definition at line 5 of file libuv/docs/code/ref-timer/main.c.