Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DEPollPort.java251 final boolean isPooledThread = (myGroupAndInvokeCount != null); in run()
257 if (isPooledThread) in run()
293 ev.channel().onEvent(ev.events(), isPooledThread); in run() local