Searched refs:OTHER_THREAD_CONTINUE (Results 1 – 3 of 3) sorted by relevance
22 public static volatile boolean OTHER_THREAD_CONTINUE = true; field in Test190430 while (OTHER_THREAD_CONTINUE) { in run()94 OTHER_THREAD_CONTINUE = false; in run()
22 public static volatile boolean OTHER_THREAD_CONTINUE = true; field in Test190230 while (OTHER_THREAD_CONTINUE) { in run()103 OTHER_THREAD_CONTINUE = false; in run()
22 public static volatile boolean OTHER_THREAD_CONTINUE = true; field in Test1903