WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
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

◆ UV_IO_PRIVATE_PLATFORM_FIELDS

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

◆ 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; \
struct uv__queue cf_events; \
struct uv__queue cf_member; \
int cf_error; \
uv_mutex_t cf_mutex; \
Definition unix.h:85
Definition uv.h:60
Definition uv.h:927
CRITICAL_SECTION uv_mutex_t
Definition win.h:252

◆ 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; \
struct uv__queue cf_signals; \
HANDLE uv_sem_t
Definition win.h:250
HANDLE uv_thread_t
Definition win.h:248

◆ UV_STREAM_PRIVATE_PLATFORM_FIELDS

#define UV_STREAM_PRIVATE_PLATFORM_FIELDS    void* select; \