HomeSort by relevance Sort by last modified time
    Searched refs:GroupAndInvokeCount (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/ch/
Invoker.java 49 static class GroupAndInvokeCount {
52 GroupAndInvokeCount(AsynchronousChannelGroupImpl group) {
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,
139 // GroupAndInvokeCount thisGroupAndInvokeCount = myGroupAndInvokeCount.get()
    [all...]
EPollPort.java 249 Invoker.GroupAndInvokeCount myGroupAndInvokeCount =
UnixAsynchronousSocketChannelImpl.java 512 Invoker.GroupAndInvokeCount myGroupAndInvokeCount = null;
703 Invoker.GroupAndInvokeCount myGroupAndInvokeCount =

Completed in 340 milliseconds