Searched defs:GroupAndInvokeCount (Results 1 - 1 of 1) 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...]

Completed in 949 milliseconds