Go to the source code of this file.
◆ UV_HAVE_KQUEUE
◆ 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:
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 at line 45 of file darwin.h.
◆ UV_PLATFORM_LOOP_FIELDS
#define UV_PLATFORM_LOOP_FIELDS |
Value:
void* _cf_reserved; \
void* cf_state; \
uv_mutex_t cf_mutex; \
uv_sem_t cf_sem; \
void* cf_signals[2]; \
Definition at line 37 of file darwin.h.
◆ UV_STREAM_PRIVATE_PLATFORM_FIELDS
#define UV_STREAM_PRIVATE_PLATFORM_FIELDS void* select; \ |