Home
last modified time | relevance | path

Searched refs:EPOLLONESHOT (Results 1 – 25 of 3733) sorted by relevance

12345678910>>...150

/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Depoll.h62 EPOLLONESHOT = 1u << 30, enumerator
63 #define EPOLLONESHOT EPOLLONESHOT macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Depoll.h62 EPOLLONESHOT = 1u << 30, enumerator
63 #define EPOLLONESHOT EPOLLONESHOT macro
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dthreadpool-io-epoll.c58 #ifndef EPOLLONESHOT in epoll_register_fd()
60 #define EPOLLONESHOT 0x40000000 in epoll_register_fd() macro
64 event.events = EPOLLONESHOT; in epoll_register_fd()
/dports/net/libzmq4/zeromq-4.3.4/external/wepoll/
H A Dwepoll.h55 EPOLLONESHOT = (int) (1U << 31) enumerator
69 #define EPOLLONESHOT (1U << 31) macro
/dports/devel/sccache/sccache-0.2.15/cargo-crates/wepoll-sys-3.0.1/wepoll/
H A Dwepoll.h53 EPOLLONESHOT = (int) (1U << 31) enumerator
67 #define EPOLLONESHOT (1U << 31) macro
/dports/games/genact/genact-0.10.0/cargo-crates/wepoll-sys-stjepang-1.0.6/wepoll/
H A Dwepoll.h51 EPOLLONESHOT = (int) (1U << 31) enumerator
65 #define EPOLLONESHOT (1U << 31) macro
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/external/wepoll/
H A Dwepoll.h55 EPOLLONESHOT = (int) (1U << 31) enumerator
69 #define EPOLLONESHOT (1U << 31) macro
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/wepoll-sys-3.0.1/wepoll/
H A Dwepoll.h53 EPOLLONESHOT = (int) (1U << 31) enumerator
67 #define EPOLLONESHOT (1U << 31) macro
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/wepoll-ffi-0.1.2/vendor/wepoll/
H A Dwepoll.h53 EPOLLONESHOT = (int) (1U << 31) enumerator
67 #define EPOLLONESHOT (1U << 31) macro
/dports/textproc/jql/jql-3.0.6/cargo-crates/wepoll-ffi-0.1.2/vendor/wepoll/
H A Dwepoll.h53 EPOLLONESHOT = (int) (1U << 31) enumerator
67 #define EPOLLONESHOT (1U << 31) macro
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/windows/native/libnio/ch/
H A Dwepoll.h83 EPOLLONESHOT = (int) (1U << 31) enumerator
97 #define EPOLLONESHOT (1U << 31) macro
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/wepoll-ffi-0.1.2/vendor/wepoll/
H A Dwepoll.h53 EPOLLONESHOT = (int) (1U << 31)
67 #define EPOLLONESHOT (1U << 31)
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/net/
H A Dfd_linux.go61 p.ctlEvent.Events |= syscall.EPOLLONESHOT
94 if events&syscall.EPOLLONESHOT == 0 {
102 if int32(events)&^syscall.EPOLLONESHOT != 0 {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/linux/classes/sun/nio/ch/
H A DEPollPort.java35 import static sun.nio.ch.EPoll.EPOLLONESHOT;
178 int err = EPoll.ctl(epfd, EPOLL_CTL_MOD, fd, (events | EPOLLONESHOT)); in startPoll()
180 err = EPoll.ctl(epfd, EPOLL_CTL_ADD, fd, (events | EPOLLONESHOT)); in startPoll()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/linux/classes/sun/nio/ch/
H A DEPollPort.java35 import static sun.nio.ch.EPoll.EPOLLONESHOT;
178 int err = EPoll.ctl(epfd, EPOLL_CTL_MOD, fd, (events | EPOLLONESHOT)); in startPoll()
180 err = EPoll.ctl(epfd, EPOLL_CTL_ADD, fd, (events | EPOLLONESHOT)); in startPoll()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/linux/classes/sun/nio/ch/
H A DEPollPort.java35 import static sun.nio.ch.EPoll.EPOLLONESHOT;
178 int err = EPoll.ctl(epfd, EPOLL_CTL_MOD, fd, (events | EPOLLONESHOT)); in startPoll()
180 err = EPoll.ctl(epfd, EPOLL_CTL_ADD, fd, (events | EPOLLONESHOT)); in startPoll()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/linux/classes/sun/nio/ch/
H A DEPollPort.java35 import static sun.nio.ch.EPoll.EPOLLONESHOT;
178 int err = EPoll.ctl(epfd, EPOLL_CTL_MOD, fd, (events | EPOLLONESHOT)); in startPoll()
180 err = EPoll.ctl(epfd, EPOLL_CTL_ADD, fd, (events | EPOLLONESHOT)); in startPoll()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/linux/classes/sun/nio/ch/
H A DEPollPort.java35 import static sun.nio.ch.EPoll.EPOLLONESHOT;
178 int err = EPoll.ctl(epfd, EPOLL_CTL_MOD, fd, (events | EPOLLONESHOT)); in startPoll()
180 err = EPoll.ctl(epfd, EPOLL_CTL_ADD, fd, (events | EPOLLONESHOT)); in startPoll()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/linux/classes/sun/nio/ch/
H A DEPollPort.java35 import static sun.nio.ch.EPoll.EPOLLONESHOT;
178 int err = EPoll.ctl(epfd, EPOLL_CTL_MOD, fd, (events | EPOLLONESHOT)); in startPoll()
180 err = EPoll.ctl(epfd, EPOLL_CTL_ADD, fd, (events | EPOLLONESHOT)); in startPoll()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/linux/classes/sun/nio/ch/
H A DEPollPort.java35 import static sun.nio.ch.EPoll.EPOLLONESHOT;
178 int err = EPoll.ctl(epfd, EPOLL_CTL_MOD, fd, (events | EPOLLONESHOT)); in startPoll()
180 err = EPoll.ctl(epfd, EPOLL_CTL_ADD, fd, (events | EPOLLONESHOT)); in startPoll()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/linux/classes/sun/nio/ch/
H A DEPollPort.java35 import static sun.nio.ch.EPoll.EPOLLONESHOT;
178 int err = EPoll.ctl(epfd, EPOLL_CTL_MOD, fd, (events | EPOLLONESHOT)); in startPoll()
180 err = EPoll.ctl(epfd, EPOLL_CTL_ADD, fd, (events | EPOLLONESHOT)); in startPoll()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/wepoll-sys-3.0.1/src/
H A Dlib.rs24 pub const EPOLLONESHOT: u32 = 2147483648; const
107 events: EPOLLOUT | EPOLLONESHOT, in test_poll()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/wepoll-sys-3.0.1/src/
H A Dlib.rs24 pub const EPOLLONESHOT: u32 = 2147483648; const
107 events: EPOLLOUT | EPOLLONESHOT, in test_poll()
/dports/databases/py-psycopg/psycopg-3.0.5/psycopg/
H A Dwaiting.py256 Wait.R: select.EPOLLONESHOT | select.EPOLLIN,
257 Wait.W: select.EPOLLONESHOT | select.EPOLLOUT,
258 Wait.RW: select.EPOLLONESHOT | select.EPOLLIN | select.EPOLLOUT,
/dports/databases/beansdb/beansdb-0.7.1.4/src/
H A Dae_epoll.c38 ee.events = EPOLLONESHOT; in aeApiAddEvent()
55 ee.events = EPOLLONESHOT; in aeApiUpdateEvent()

12345678910>>...150