Home
last modified time | relevance | path

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

123456

/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/test/1904-double-suspend/src/art/
DTest1904.java66 Suspension.suspend(other); in run()
78 Suspension.suspend(other); in run()
/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/1933-monitor-current-contended/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/1968-force-early-return/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1928-exception-event-exception/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1970-force-early-return-long/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1920-suspend-native-monitor/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/1907-suspend-list-self-twice/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/1912-get-set-local-primitive/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/1966-get-set-local-objects-no-table/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1926-missed-frame-pop/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/1925-self-frame-pop/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1915-get-set-local-current-thread/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1955-pop-frame-jit-called/src/art/
DSuspension.java21 public native static void suspend(Thread thr); in suspend() method in Suspension
/art/test/1931-monitor-events/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

123456