Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DInvoker.java176 GroupAndInvokeCount thisGroupAndInvokeCount = myGroupAndInvokeCount.get(); in invoke() local
177 if (thisGroupAndInvokeCount != null) { in invoke()
178 if ((thisGroupAndInvokeCount.group() == ((Groupable)channel).group())) in invoke()
181 (thisGroupAndInvokeCount.invokeCount() < maxHandlerInvokeCount)) in invoke()
188 invokeDirect(thisGroupAndInvokeCount, handler, attachment, result, exc); in invoke()
196 invokeDirect(thisGroupAndInvokeCount, in invoke()
217 GroupAndInvokeCount thisGroupAndInvokeCount = in invokeIndirectly()
219 if (thisGroupAndInvokeCount != null) in invokeIndirectly()
220 thisGroupAndInvokeCount.setInvokeCount(1); in invokeIndirectly()
258 GroupAndInvokeCount thisGroupAndInvokeCount = myGroupAndInvokeCount.get(); in invokeOnThreadInThreadPool() local
[all …]