Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
void | fake_download (uv_work_t *req) |
void | after (uv_work_t *req, int status) |
void | print_progress (uv_async_t *handle) |
int | main () |
Variables | |
uv_loop_t * | loop |
uv_async_t | async |
double | percentage |
Definition at line 26 of file main.c.
References async, NULL, and uv_close().
Referenced by main(), and run_basic_block_analysis().
void fake_download | ( | uv_work_t * | req | ) |
Definition at line 12 of file main.c.
References async, percentage, req, and uv_async_send().
Referenced by main().
int main | ( | void | ) |
Definition at line 36 of file main.c.
References after(), async, fake_download(), loop, print_progress(), req, uv_async_init(), uv_default_loop(), uv_queue_work(), uv_run(), and UV_RUN_DEFAULT.
void print_progress | ( | uv_async_t * | handle | ) |
uv_async_t async |
Definition at line 8 of file main.c.
Referenced by after(), fake_download(), and main().
double percentage |
Definition at line 10 of file main.c.
Referenced by basefind_set_thread_info(), fake_download(), print_progress(), progress_callback(), progress_flush(), and progress_percentage().