Searched defs:acceptCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DAsyncCloseChannel.java39 static volatile int acceptCount = 0; field in class:AsyncCloseChannel
58 while(acceptCount < maxAcceptCount && !failed) {
70 + acceptCount + "> times of accept!");
107 acceptCount++;

Completed in 29 milliseconds