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

/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/index/
H A DTestIndexReaderReopen.java758 while (!stopped) {
797 while (!stopped) {
865 protected volatile boolean stopped; field in class:TestIndexReaderReopen.ReaderThreadTask
867 this.stopped = true;
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/index/
H A DTestIndexReaderReopen.java762 while (!stopped) {
801 while (!stopped) {
869 protected volatile boolean stopped; field in class:TestIndexReaderReopen.ReaderThreadTask
871 this.stopped = true;

Completed in 28 milliseconds