Rizin
unix-like reverse engineering framework and cli tools
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Friends Macros Modules Pages
linux.h File Reference

Go to the source code of this file.

Macros

#define UV_PLATFORM_LOOP_FIELDS
 
#define UV_PLATFORM_FS_EVENT_FIELDS
 

Macro Definition Documentation

◆ UV_PLATFORM_FS_EVENT_FIELDS

#define UV_PLATFORM_FS_EVENT_FIELDS
Value:
void* watchers[2]; \
int wd; \

Definition at line 30 of file linux.h.

◆ UV_PLATFORM_LOOP_FIELDS

#define UV_PLATFORM_LOOP_FIELDS
Value:
uv__io_t inotify_read_watcher; \
void* inotify_watchers; \
int inotify_fd; \
Definition: unix.h:96

Definition at line 25 of file linux.h.