Searched refs:replaceMe (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DEPollPort.java252 boolean replaceMe = false;
261 replaceMe = false;
286 replaceMe = true;
295 replaceMe = true; throw x;
297 replaceMe = true; throw x;
302 int remaining = threadExit(this, replaceMe);
H A DAsynchronousChannelGroupImpl.java156 final int threadExit(Runnable task, boolean replaceMe) { argument
157 if (replaceMe) {

Completed in 106 milliseconds