Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
void | idle_cb (uv_idle_t *handle) |
void | prep_cb (uv_prepare_t *handle) |
int | main () |
Variables | |
int64_t | counter = 0 |
void idle_cb | ( | uv_idle_t * | handle | ) |
Definition at line 6 of file main.c.
References counter, printf(), uv_default_loop(), and uv_stop().
Referenced by main().
int main | ( | void | ) |
Definition at line 20 of file main.c.
References idle_cb(), idler, prep_cb(), uv_default_loop(), uv_idle_init(), uv_idle_start(), uv_prepare_init(), uv_prepare_start(), uv_run(), and UV_RUN_DEFAULT.
void prep_cb | ( | uv_prepare_t * | handle | ) |