/art/test/1905-suspend-native/ |
D | native_suspend.cc | 34 std::atomic<bool> started(false); 38 started.store(true); in Java_art_Test1905_nativeSpin() 43 return started.load(); in Java_art_Test1905_isNativeThreadSpinning()
|
/art/test/1920-suspend-native-monitor/ |
D | native_suspend_monitor.cc | 36 std::atomic<bool> started(false); 52 started.store(true); in Java_art_Test1920_nativeSpin() 60 return started.load(); in Java_art_Test1920_isNativeThreadSpinning() 74 started.store(false); in Java_art_Test1920_reset()
|
/art/test/1921-suspend-native-recursive-monitor/ |
D | native_suspend_recursive_monitor.cc | 36 std::atomic<bool> started(false); 55 started.store(true); in Java_art_Test1921_nativeSpin() 66 return started.load(); in Java_art_Test1921_isNativeThreadSpinning() 81 started.store(false); in Java_art_Test1921_reset()
|
/art/runtime/ |
D | experimental_flags.h | 67 bool started = false; variable 69 stream << (started ? "|" : "") << "kMethodHandles"; 70 started = true; 72 if (!started) {
|
D | runtime_callbacks_test.cc | 156 bool started = runtime_->Start(); in TEST_F() local 157 ASSERT_TRUE(started); in TEST_F() 358 bool started = runtime_->Start(); in TEST_F() local 359 ASSERT_TRUE(started); in TEST_F() 430 bool started = runtime_->Start(); in TEST_F() local 431 ASSERT_TRUE(started); in TEST_F() 513 bool started = runtime_->Start(); in TEST_F() local 514 ASSERT_TRUE(started); in TEST_F()
|
D | thread_pool_test.cc | 204 bool started = runtime_->Start(); in TEST_F() local 205 ASSERT_TRUE(started); in TEST_F()
|
/art/test/1908-suspend-native-resume-self/ |
D | native_suspend_resume.cc | 34 std::atomic<bool> started(false); 42 started.store(true); in Java_art_Test1908_nativeSpinAndResume() 51 return started.load(); in Java_art_Test1908_isNativeThreadSpinning()
|
/art/test/1959-redefine-object-instrument/src/ |
D | Main.java | 35 public static volatile boolean started = false; field in Main 49 started = true; in doTest() 61 while (!started || thr.getState() != Thread.State.TIMED_WAITING); in doTest()
|
/art/test/1951-monitor-enter-no-suspend/ |
D | raw_monitor.cc | 69 static std::atomic<bool> started(false); 82 started = true; in Java_art_Test1951_otherThreadStart() 92 while (!started) {} in Java_art_Test1951_waitForStart()
|
/art/test/1932-monitor-events-misc/src/art/ |
D | Monitors.java | 126 private volatile boolean started = false; field in Monitors.LockController 188 started = true; in DoLock() 233 started = false; in DoLock() 255 } while (!started || in waitForNotifySleep() 265 } while (!started || in waitForContendedSleep()
|
/art/test/jvmti-common/ |
D | Monitors.java | 126 private volatile boolean started = false; field in Monitors.LockController 188 started = true; in DoLock() 233 started = false; in DoLock() 255 } while (!started || in waitForNotifySleep() 265 } while (!started || in waitForContendedSleep()
|
/art/test/1934-jvmti-signal-thread/src/art/ |
D | Monitors.java | 126 private volatile boolean started = false; field in Monitors.LockController 188 started = true; in DoLock() 233 started = false; in DoLock() 255 } while (!started || in waitForNotifySleep() 265 } while (!started || in waitForContendedSleep()
|
/art/test/1931-monitor-events/src/art/ |
D | Monitors.java | 126 private volatile boolean started = false; field in Monitors.LockController 188 started = true; in DoLock() 233 started = false; in DoLock() 255 } while (!started || in waitForNotifySleep() 265 } while (!started || in waitForContendedSleep()
|
/art/test/1930-monitor-info/src/art/ |
D | Monitors.java | 126 private volatile boolean started = false; field in Monitors.LockController 188 started = true; in DoLock() 233 started = false; in DoLock() 255 } while (!started || in waitForNotifySleep() 265 } while (!started || in waitForContendedSleep()
|
/art/test/1933-monitor-current-contended/src/art/ |
D | Monitors.java | 126 private volatile boolean started = false; field in Monitors.LockController 188 started = true; in DoLock() 233 started = false; in DoLock() 255 } while (!started || in waitForNotifySleep() 265 } while (!started || in waitForContendedSleep()
|
/art/test/425-invoke-super/ |
D | expected-stdout.txt | 1 Test started
|
/art/test/1940-ddms-ext/ |
D | expected-stdout.txt | 19 threadNotify started! 20 Target thread started!
|
/art/test/472-unreachable-if-regression/ |
D | expected-stdout.txt | 1 Test started.
|
/art/test/2033-shutdown-mechanics/ |
D | expected-stdout.txt | 3 Child started
|
/art/test/030-bad-finalizer/ |
D | expected-stdout.txt | 2 Finalizer started and spinning...
|
/art/test/1336-short-finalizer-timeout/ |
D | expected-stdout.txt | 3 Finalizer started and snoozing...
|
/art/test/924-threads/ |
D | threads.cc | 39 std::atomic<bool> started; member 52 s->started = false; in Java_art_Test924_nativeWaiterStructAlloc() 60 while (!s->started) { } in Java_art_Test924_nativeWaiterStructWaitForNative() 73 s->started = true; in Java_art_Test924_nativeLoop()
|
/art/test/099-vmdebug/ |
D | expected-stdout.txt | 8 Test starting when already started
|
/art/compiler/ |
D | exception_test.cc | 168 bool started = runtime_->Start(); in TEST_F() local 169 CHECK(started); in TEST_F()
|
/art/runtime/metrics/ |
D | reporter_test.cc | 106 bool started = runtime_->Start(); in SetUp() local 107 CHECK(started); in SetUp()
|