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

/external/crcalc/src/com/hp/creals/
H A DCR.java223 public volatile static boolean please_stop = false; field in class:CR
414 if (Thread.interrupted() || please_stop) {
517 if (Thread.interrupted() || please_stop) {
549 if (Thread.interrupted() || please_stop) {
1256 if (Thread.interrupted() || please_stop) throw new AbortedException();
1299 if (Thread.interrupted() || please_stop) throw new AbortedException();
1346 if (Thread.interrupted() || please_stop) throw new AbortedException();
1391 if (Thread.interrupted() || please_stop) throw new AbortedException();
1456 if (Thread.interrupted() || please_stop) throw new AbortedException();

Completed in 260 milliseconds