|
Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
| uv_fs_poll_t * | parent_handle |
| int | busy_polling |
| unsigned int | interval |
| uint64_t | start_time |
| uv_loop_t * | loop |
| uv_fs_poll_cb | poll_cb |
| uv_timer_t | timer_handle |
| uv_fs_t | fs_req |
| uv_stat_t | statbuf |
| struct poll_ctx * | previous |
| char | path [1] |
Definition at line 40 of file fs-poll.c.
Referenced by poll_cb(), and uv_fs_poll_start().
| uv_fs_poll_t* poll_ctx::parent_handle |
| uv_fs_poll_cb poll_ctx::poll_cb |
| struct poll_ctx* poll_ctx::previous |
Definition at line 47 of file fs-poll.c.
Referenced by timer_close_cb().
| uv_timer_t poll_ctx::timer_handle |
Definition at line 44 of file fs-poll.c.
Referenced by timer_cb(), and timer_close_cb().