Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DInvoker.java51 private int handlerInvokeCount; field in Invoker.GroupAndInvokeCount
59 return handlerInvokeCount; in invokeCount()
62 handlerInvokeCount = value; in setInvokeCount()
65 handlerInvokeCount = 0; in resetInvokeCount()
68 handlerInvokeCount++; in incrementInvokeCount()