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

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DKQueue.java50 private static final int SIZEOF_KQUEUEEVENT = keventSize(); field in class:KQueue
68 return unsafe.allocateMemory(count * SIZEOF_KQUEUEEVENT);
82 return address + (SIZEOF_KQUEUEEVENT*i);

Completed in 28 milliseconds