Searched refs:GroupAndInvokeCount (Results 1 – 3 of 3) sorted by relevance
49 static class GroupAndInvokeCount { class in Invoker52 GroupAndInvokeCount(AsynchronousChannelGroupImpl group) { in GroupAndInvokeCount() method in Invoker.GroupAndInvokeCount71 private static final ThreadLocal<GroupAndInvokeCount> myGroupAndInvokeCount =72 new ThreadLocal<GroupAndInvokeCount>() {73 @Override protected GroupAndInvokeCount initialValue() {82 myGroupAndInvokeCount.set(new GroupAndInvokeCount(group)); in bindToGroup()88 static GroupAndInvokeCount getGroupAndInvokeCount() { in getGroupAndInvokeCount()104 static boolean mayInvokeDirect(GroupAndInvokeCount myGroupAndInvokeCount, in mayInvokeDirect()153 static <V,A> void invokeDirect(GroupAndInvokeCount myGroupAndInvokeCount, in invokeDirect()176 GroupAndInvokeCount thisGroupAndInvokeCount = myGroupAndInvokeCount.get(); in invoke()[all …]
249 Invoker.GroupAndInvokeCount myGroupAndInvokeCount = in run()
507 Invoker.GroupAndInvokeCount myGroupAndInvokeCount = null; in implRead()698 Invoker.GroupAndInvokeCount myGroupAndInvokeCount = in implWrite()