Home
last modified time | relevance | path

Searched refs:GroupAndInvokeCount (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DInvoker.java49 static class GroupAndInvokeCount { class in Invoker
52 GroupAndInvokeCount(AsynchronousChannelGroupImpl group) { in GroupAndInvokeCount() method in Invoker.GroupAndInvokeCount
71 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 …]
DEPollPort.java249 Invoker.GroupAndInvokeCount myGroupAndInvokeCount = in run()
DUnixAsynchronousSocketChannelImpl.java507 Invoker.GroupAndInvokeCount myGroupAndInvokeCount = null; in implRead()
698 Invoker.GroupAndInvokeCount myGroupAndInvokeCount = in implWrite()