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

Go to the source code of this file.

Macros

#define UV_PLATFORM_FS_EVENT_FIELDS    uv__io_t event_watcher; \
 
#define UV_IO_PRIVATE_PLATFORM_FIELDS
 
#define UV_HAVE_KQUEUE   1
 

Macro Definition Documentation

◆ UV_HAVE_KQUEUE

#define UV_HAVE_KQUEUE   1

Definition at line 32 of file bsd.h.

◆ UV_IO_PRIVATE_PLATFORM_FIELDS

#define UV_IO_PRIVATE_PLATFORM_FIELDS
Value:
int rcount; \
int wcount; \

Definition at line 28 of file bsd.h.

◆ UV_PLATFORM_FS_EVENT_FIELDS

#define UV_PLATFORM_FS_EVENT_FIELDS    uv__io_t event_watcher; \

Definition at line 25 of file bsd.h.