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

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DEPoll.java68 static long allocatePollArray(int count) { method in class:EPoll
H A DKQueue.java67 static long allocatePollArray(int count) { method in class:KQueue
H A DEPollPort.java104 this.address = allocatePollArray(MAX_EPOLL_EVENTS);
H A DKQueuePort.java102 this.address = allocatePollArray(MAX_KEVENTS_TO_POLL);

Completed in 34 milliseconds