Rizin
unix-like reverse engineering framework and cli tools
poll_ctx Struct Reference

Public Attributes

uv_fs_poll_tparent_handle
 
int busy_polling
 
unsigned int interval
 
uint64_t start_time
 
uv_loop_tloop
 
uv_fs_poll_cb poll_cb
 
uv_timer_t timer_handle
 
uv_fs_t fs_req
 
uv_stat_t statbuf
 
struct poll_ctxprevious
 
char path [1]
 

Detailed Description

Definition at line 37 of file fs-poll.c.

Member Data Documentation

◆ busy_polling

int poll_ctx::busy_polling

Definition at line 39 of file fs-poll.c.

◆ fs_req

uv_fs_t poll_ctx::fs_req

Definition at line 45 of file fs-poll.c.

Referenced by poll_cb().

◆ interval

unsigned int poll_ctx::interval

Definition at line 40 of file fs-poll.c.

Referenced by poll_cb(), and uv_fs_poll_start().

◆ loop

uv_loop_t* poll_ctx::loop

Definition at line 42 of file fs-poll.c.

◆ parent_handle

uv_fs_poll_t* poll_ctx::parent_handle

Definition at line 38 of file fs-poll.c.

◆ path

char poll_ctx::path[1]

Definition at line 48 of file fs-poll.c.

◆ poll_cb

uv_fs_poll_cb poll_ctx::poll_cb

Definition at line 43 of file fs-poll.c.

◆ previous

struct poll_ctx* poll_ctx::previous

Definition at line 47 of file fs-poll.c.

Referenced by timer_close_cb().

◆ start_time

uint64_t poll_ctx::start_time

Definition at line 41 of file fs-poll.c.

◆ statbuf

uv_stat_t poll_ctx::statbuf

Definition at line 46 of file fs-poll.c.

Referenced by poll_cb().

◆ timer_handle

uv_timer_t poll_ctx::timer_handle

Definition at line 44 of file fs-poll.c.

Referenced by timer_cb(), and timer_close_cb().


The documentation for this struct was generated from the following file: