Searched refs:PORT_SOURCE_FD (Results 1 - 3 of 3) sorted by relevance
/third_party/libuv/src/unix/ |
H A D | sunos.c | 135 if (port_associate(loop->backend_fd, PORT_SOURCE_FD, fd, POLLIN, 0)) in uv__io_check_fd() 138 if (port_dissociate(loop->backend_fd, PORT_SOURCE_FD, fd)) { in uv__io_check_fd() 182 PORT_SOURCE_FD, in uv__io_poll()
|
/third_party/node/deps/uv/src/unix/ |
H A D | sunos.c | 135 if (port_associate(loop->backend_fd, PORT_SOURCE_FD, fd, POLLIN, 0)) in uv__io_check_fd() 138 if (port_dissociate(loop->backend_fd, PORT_SOURCE_FD, fd)) { in uv__io_check_fd() 182 PORT_SOURCE_FD, in uv__io_poll()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 2170 pub const PORT_SOURCE_FD: ::c_int = 4; consts
|
Completed in 10 milliseconds