HomeSort by relevance Sort by last modified time
    Searched refs:please_stop (Results 1 - 4 of 4) sorted by null

  /external/crcalc/src/com/hp/creals/
CR.java 229 public volatile static boolean please_stop = false; field in class:CR
420 if (Thread.interrupted() || please_stop) {
525 if (Thread.interrupted() || please_stop) {
557 if (Thread.interrupted() || please_stop) {
    [all...]
UnaryCRFunction.java 433 if (Thread.interrupted() || please_stop)
655 if (Thread.interrupted() || please_stop)
  /external/python/cpython2/Lib/test/
test_weakref.py 66 please_stop = False
69 while not please_stop:
81 please_stop = True
    [all...]
  /external/python/cpython3/Lib/test/
test_weakref.py 83 please_stop = False
86 while not please_stop:
96 please_stop = True
    [all...]

Completed in 161 milliseconds