Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
void | gc (uv_timer_t *handle) |
void | fake_job (uv_timer_t *handle) |
int | main () |
Variables | |
uv_loop_t * | loop |
uv_timer_t | gc_req |
uv_timer_t | fake_job_req |
void fake_job | ( | uv_timer_t * | handle | ) |
void gc | ( | uv_timer_t * | handle | ) |
int main | ( | void | ) |
Definition at line 17 of file main.c.
References fake_job(), fake_job_req, gc(), gc_req, loop, uv_default_loop(), uv_run(), UV_RUN_DEFAULT, uv_timer_init(), uv_timer_start(), and uv_unref().
uv_timer_t fake_job_req |
uv_timer_t gc_req |