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

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DInvoker.java49 static class GroupAndInvokeCount { class in class:Invoker
52 GroupAndInvokeCount(AsynchronousChannelGroupImpl group) { method in class:Invoker.GroupAndInvokeCount
71 private static final ThreadLocal<GroupAndInvokeCount> myGroupAndInvokeCount =
72 new ThreadLocal<GroupAndInvokeCount>() {
73 @Override protected GroupAndInvokeCount initialValue() {
82 myGroupAndInvokeCount.set(new GroupAndInvokeCount(group));
86 * Returns the GroupAndInvokeCount object for this thread.
88 static GroupAndInvokeCount getGroupAndInvokeCount() {
104 static boolean mayInvokeDirect(GroupAndInvokeCount myGroupAndInvokeCount,
138 static <V,A> void invokeDirect(GroupAndInvokeCount myGroupAndInvokeCoun
[all...]
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSolarisEventPort.java152 Invoker.GroupAndInvokeCount myGroupAndInvokeCount =
H A DEPollPort.java249 Invoker.GroupAndInvokeCount myGroupAndInvokeCount =
H A DKQueuePort.java257 Invoker.GroupAndInvokeCount myGroupAndInvokeCount =
H A DUnixAsynchronousSocketChannelImpl.java483 Invoker.GroupAndInvokeCount myGroupAndInvokeCount = null;
674 Invoker.GroupAndInvokeCount myGroupAndInvokeCount =
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DIocp.java317 Invoker.GroupAndInvokeCount myGroupAndInvokeCount =

Completed in 54 milliseconds