Home
last modified time | relevance | path

Searched defs:uv__stream_select_s (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dstream.c46 struct uv__stream_select_s { struct
47 uv_stream_t* stream;
48 uv_thread_t thread;
49 uv_sem_t close_sem;
50 uv_sem_t async_sem;
51 uv_async_t async;
52 int events;
53 int fake_fd;
54 int int_fd;
55 int fd;
[all …]