|
Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
| #define | FIB_UNTIL 25 |
Functions | |
| long | fib_ (long t) |
| void | fib (uv_work_t *req) |
| void | after_fib (uv_work_t *req, int status) |
| void | signal_handler (uv_signal_t *req, int signum) |
| int | main () |
Variables | |
| uv_loop_t * | loop |
| uv_work_t | fib_reqs [FIB_UNTIL] |
Definition at line 28 of file main.c.
Referenced by main().
| void fib | ( | uv_work_t * | req | ) |
| int main | ( | void | ) |
Definition at line 43 of file main.c.
References after_fib(), fib(), fib_reqs, FIB_UNTIL, i, loop, signal_handler(), uv_default_loop(), uv_queue_work(), uv_run(), UV_RUN_DEFAULT, uv_signal_init(), and uv_signal_start().
| void signal_handler | ( | uv_signal_t * | req, |
| int | signum | ||
| ) |
Definition at line 33 of file main.c.
References fib_reqs, FIB_UNTIL, i, printf(), req, uv_cancel(), and uv_signal_stop().
Referenced by main(), rz_sys_crash_handler(), thread1_worker(), and thread2_worker().
Definition at line 9 of file main.c.
Referenced by main(), and signal_handler().