Searched refs:kqueue (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/src/java.base/macosx/classes/sun/nio/ch/
H A DKQueue.java32 * Provides access to the BSD kqueue facility.
110 static native int kqueue() throws IOException; method in class:KQueue
H A DKQueuePort.java36 * AsynchronousChannelGroup implementation based on the BSD kqueue facility.
45 // kqueue file descriptor
48 // true if kqueue closed
85 // open kqueue
86 this.kqfd = kqueue();
93 // register one end with kqueue
184 * Task to process events from kqueue and dispatch to the channel's
187 * Events are retreived from kqueue in batch and offered to a BlockingQueue
/openjdk10/jdk/src/java.base/macosx/native/libnio/ch/
H A DKQueue.c65 int kqfd = kqueue();
67 JNU_ThrowIOExceptionWithLastError(env, "kqueue failed");
95 JNU_ThrowIOExceptionWithLastError(env, "kqueue failed");
H A DKQueueArrayWrapper.c100 int kq = kqueue();
102 JNU_ThrowIOExceptionWithLastError(env, "KQueueArrayWrapper: kqueue() failed");
120 // kqueue behaves erratically if some of its registrations fail.
163 JNU_ThrowIOExceptionWithLastError(env, "KQueueArrayWrapper: kqueue failed");

Completed in 44 milliseconds