Home
last modified time | relevance | path

Searched refs:suspend (Results 1 – 25 of 107) sorted by relevance

12345

/art/test/1922-owned-monitors-info/
Dexpected.txt114 owner-monitors, no suspend, Other thread
118 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals…
122 Owned monitors: [NamedLock("Lock 1"), Target("Other thread test (suspend: false): owned-monitor")]
126 Owned monitors: [NamedLock("Lock 1"), Target("Other thread test (suspend: false): owned-monitor")]
128 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals…
130 …"), NamedLock("Lock 2"), NamedLock("Lock 3"), Target("Other thread test (suspend: false): owned-mo…
132 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals…
134 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals…
136 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals…
140 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 3"), Target("Other thread test (suspend: fals…
[all …]
/art/test/1922-owned-monitors-info/src/art/
DTest1922.java32 private boolean suspend; field in Test1922.ThreadPauser
34 public ThreadPauser(boolean suspend) { in ThreadPauser() argument
36 this.suspend = suspend; in ThreadPauser()
40 this.suspend = false; in ThreadPauser()
46 if (suspend) { in run()
47 Suspension.suspend(paused_thread); in run()
54 if (suspend) { in waitForOtherThreadToPause()
63 if (suspend) { in wakeupOtherThread()
177 public static void runTestsOtherThread(String name, boolean suspend, Consumer<Thread> printer) { in runTestsOtherThread() argument
178 final Target t = new Target("Other thread test (suspend: " + suspend + "): " + name); in runTestsOtherThread()
[all …]
/art/runtime/jdwp/
Djdwp_options_test.cc36 EXPECT_EQ(opt.suspend, false); in TEST()
51 EXPECT_EQ(opt.suspend, false); in TEST()
66 EXPECT_EQ(opt.suspend, false); in TEST()
/art/test/
DAndroid.bp272 "1905-suspend-native/native_suspend.cc",
273 "1908-suspend-native-resume-self/native_suspend_resume.cc",
277 "1920-suspend-native-monitor/native_suspend_monitor.cc",
278 "1921-suspend-native-recursive-monitor/native_suspend_recursive_monitor.cc",
288 "1942-suspend-raw-monitor-exit/native_suspend_monitor.cc",
289 "1943-suspend-raw-monitor-wait/native_suspend_monitor.cc",
292 "1951-monitor-enter-no-suspend/raw_monitor.cc",
468 "149-suspend-all-stress/suspend_all.cc",
559 "1902-suspend/src/art/Suspension.java",
632 "1902-suspend/src/art/Test1902.java",
[all …]
/art/test/1904-double-suspend/src/art/
DTest1904.java66 Suspension.suspend(other); in run()
78 Suspension.suspend(other); in run()
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1903-suspend-self/
Dinfo.txt1 Test jvmti suspend/resume of the current thread.
/art/test/597-deopt-busy-loop/
Dinfo.txt1 Test deoptimizing when returning from suspend-check runtime method.
/art/test/121-simple-suspend-check/
Dinfo.txt1 Simple test to ensure the compiler emits suspend checks on loops.
/art/test/1931-monitor-events/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1934-jvmti-signal-thread/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1923-frame-pop/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1953-pop-frame/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1916-get-set-current-frame/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1951-monitor-enter-no-suspend/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1942-suspend-raw-monitor-exit/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1925-self-frame-pop/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1908-suspend-native-resume-self/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1914-get-local-instance/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1943-suspend-raw-monitor-wait/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1930-monitor-info/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1956-pop-frame-jit-calling/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1917-get-stack-frame/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1924-frame-pop-toggle/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1954-pop-frame-jit/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension

12345