Home
last modified time | relevance | path

Searched refs:realRun (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java801 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.CheckedRunnable
805 realRun(); in run()
813 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.RunnableShouldThrow
823 realRun(); in run()
833 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.ThreadShouldThrow
843 realRun(); in run()
853 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.CheckedInterruptedRunnable
857 realRun(); in run()
924 public void realRun() throws InterruptedException {
973 protected void realRun() throws Throwable {
[all …]
DAtomicDoubleArrayTest.java205 public void realRun() { in testCompareAndSetInMultipleThreads()
292 public void realRun() { in realRun() method in AtomicDoubleArrayTest.Counter
DAtomicDoubleTest.java121 public void realRun() { in testCompareAndSetInMultipleThreads()