Rizin
unix-like reverse engineering framework and cli tools
darwin.h File Reference

Go to the source code of this file.

Macros

#define UV_IO_PRIVATE_PLATFORM_FIELDS
 
#define UV_PLATFORM_LOOP_FIELDS
 
#define UV_PLATFORM_FS_EVENT_FIELDS
 
#define UV_STREAM_PRIVATE_PLATFORM_FIELDS    void* select; \
 
#define UV_HAVE_KQUEUE   1
 

Macro Definition Documentation

◆ UV_HAVE_KQUEUE

#define UV_HAVE_KQUEUE   1

Definition at line 59 of file darwin.h.

◆ UV_IO_PRIVATE_PLATFORM_FIELDS

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

Definition at line 33 of file darwin.h.

◆ UV_PLATFORM_FS_EVENT_FIELDS

#define UV_PLATFORM_FS_EVENT_FIELDS
Value:
uv__io_t event_watcher; \
char* realpath; \
int realpath_len; \
int cf_flags; \
uv_async_t* cf_cb; \
void* cf_events[2]; \
void* cf_member[2]; \
int cf_error; \
uv_mutex_t cf_mutex; \
Definition: unix.h:96

Definition at line 45 of file darwin.h.

◆ UV_PLATFORM_LOOP_FIELDS

#define UV_PLATFORM_LOOP_FIELDS
Value:
uv_thread_t cf_thread; \
void* _cf_reserved; \
void* cf_state; \
uv_mutex_t cf_mutex; \
uv_sem_t cf_sem; \
void* cf_signals[2]; \
pthread_t uv_thread_t
Definition: unix.h:136

Definition at line 37 of file darwin.h.

◆ UV_STREAM_PRIVATE_PLATFORM_FIELDS

#define UV_STREAM_PRIVATE_PLATFORM_FIELDS    void* select; \

Definition at line 56 of file darwin.h.