Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 25 of 65) sorted by relevance

123

/art/test/911-get-stack-trace/
Dexpected.txt81 wait (JI)V -1 -2
82 wait (J)V 1 442
83 wait ()V 2 568
102 wait (J)V 1 442
103 wait ()V 2 568
122 wait (JI)V -1 -2
123 wait (J)V 1 442
124 wait ()V 2 568
130 wait ()V 2 568
138 wait ()V 2 568
[all …]
Dexpected-cts-version.txt81 wait (JI)V -1 -2
82 wait (J)V 1 442
83 wait ()V 2 568
102 wait (J)V 1 442
103 wait ()V 2 568
122 wait (JI)V -1 -2
123 wait (J)V 1 442
124 wait ()V 2 568
130 wait ()V 2 568
138 wait ()V 2 568
[all …]
/art/test/1931-monitor-events/
Dexpected.txt5 ParkThread start-monitor-wait NamedLock[Parking blocker object] timeout: 1
7 Testing monitor wait.
8 Locker thread 2 for NamedLock[Lock testWait] start-monitor-wait NamedLock[Lock testWait] timeout: 0
10 Testing monitor timed wait.
11 Locker thread 4 for NamedLock[Lock testTimedWait] start-monitor-wait NamedLock[Lock testTimedWait] …
15 Locker thread 6 for NamedLock[Lock testTimedWaitTimeout] start-monitor-wait NamedLock[Lock testTime…
19 Unlocked wait thread: start-monitor-wait NamedLock[Lock testUnlockedWait] timeout: 0
23 Locker thread 7 for NamedLock[Lock testIllegalWait] start-monitor-wait NamedLock[Lock testIllegalWa…
28 Locker thread 8 for NamedLock[Lock testInteruptWait] start-monitor-wait NamedLock[Lock testInterupt…
Djvm-expected.patch2 < ParkThread start-monitor-wait NamedLock[Parking blocker object] timeout: 1
/art/openjdkjvmti/
Dti_object.cc90 std::vector<jthread> wait; in GetObjectMonitorUsage() local
106 wait.push_back(jni->AddLocalReference<jthread>(thd->GetPeerFromOtherThread())); in GetObjectMonitorUsage()
113 wait.push_back(jni->AddLocalReference<jthread>(thd->GetPeerFromOtherThread())); in GetObjectMonitorUsage()
118 usage->waiter_count = wait.size(); in GetObjectMonitorUsage()
121 reinterpret_cast<const unsigned char*>(wait.data()), in GetObjectMonitorUsage()
122 wait.size() * sizeof(jthread), in GetObjectMonitorUsage()
/art/test/616-cha-miranda/src/
DMain.java64 static void testOverride(boolean createMain2, boolean wait, boolean setHasJIT) { in testOverride() argument
88 } else if (wait) { in testOverride()
94 Main.class.wait(); in testOverride()
105 if ((createMain2 || wait) && sHasJIT && !sIsOptimizing) { in testOverride()
/art/test/616-cha-abstract/src/
DMain.java60 static void testOverride(boolean createMain2, boolean wait, boolean setHasJIT) { in testOverride() argument
84 } else if (wait) { in testOverride()
90 Main.class.wait(); in testOverride()
101 if ((createMain2 || wait) && sHasJIT && !sIsOptimizing) { in testOverride()
/art/test/616-cha-interface-default/src/
DMain.java60 static void testImplement(boolean createMain3, boolean wait, boolean setHasJIT) { in testImplement() argument
92 } else if (wait) { in testImplement()
98 Main.class.wait(); in testImplement()
111 if ((createMain3 || wait) && sHasJIT && !sIsOptimizing) { in testImplement()
/art/test/616-cha-interface/src/
DMain.java73 static void testImplement(boolean createMain2, boolean wait, boolean setHasJIT) { in testImplement() argument
98 } else if (wait) { in testImplement()
104 Main.class.wait(); in testImplement()
115 if ((createMain2 || wait) && sHasJIT && !sIsOptimizing) { in testImplement()
/art/test/616-cha/src/
DMain.java82 static void testOverride(boolean createMain2, boolean wait, boolean setHasJIT) { in testOverride() argument
106 } else if (wait) { in testOverride()
112 Main.class.wait(); in testOverride()
123 if ((createMain2 || wait) && sHasJIT && !sIsOptimizing) { in testOverride()
/art/test/053-wait-some/src/
DMain.java37 sleepy.wait(-500); in doit()
50 sleepy.wait(delay); in doit()
/art/test/597-deopt-invoke-stub/src/
DMain.java54 Main.class.wait(); in $noinline$bar()
77 Main.class.wait(); in run()
/art/test/1932-monitor-events-misc/
Dexpected.txt28 Locker thread 8 for NamedLock[Lock testThrowWait] start-monitor-wait NamedLock[Lock testThrowWait] …
34 Locker thread 9 for NamedLock[Lock testThrowIllegalWait] start-monitor-wait NamedLock[Lock testThro…
40 Locker thread 10 for NamedLock[Lock testThrowWaited] start-monitor-wait NamedLock[Lock testThrowWai…
47 Locker thread 12 for NamedLock[Lock testThrowWaitedTimeout] start-monitor-wait NamedLock[Lock testT…
54 Locker thread 13 for NamedLock[Lock testThrowWaitedInterrupt] start-monitor-wait NamedLock[Lock tes…
65 Locker thread 15 for NamedLock[Lock testMonitorInfoInEvents] start-monitor-wait NamedLock[Lock test…
70 Locker thread 17 for NamedLock[test testWaitEnterInterleaving] start-monitor-wait NamedLock[test te…
73 Controller3 now holds the lock the monitor wait will try to re-acquire
75 Locker thread 20 for NamedLock[test testWaitMonitorEnter] start-monitor-wait NamedLock[test testWai…
76 In wait monitor usage: MonitorUsage{ monitor: NamedLock[test testWaitMonitorEnter], owner: Locker t…
[all …]
/art/test/1934-jvmti-signal-thread/
Dexpected.txt19 Interrupt wait
22 Stop wait
/art/test/063-process-manager/
Dinfo.txt2 doesn't cause the system to busy-wait.
/art/test/655-jit-clinit/
Dinfo.txt1 Regression test for the JIT compiler, which used to wait
/art/test/053-wait-some/
DAndroid.bp3 name: "art-run-test-053-wait-some",
/art/test/1943-suspend-raw-monitor-wait/
DAndroid.bp3 name: "art-run-test-1943-suspend-raw-monitor-wait",
Dexpected.txt1 target_thread is sleeping in a wait.
/art/test/132-daemon-locks-shutdown/src/
DMain.java45 obj.wait(1); in run()
/art/test/050-sync-test/src/
DMain.java56 one.wait(); in countTest()
165 mWaitOnMe.wait(9000); in run()
/art/test/911-get-stack-trace/src/art/
DRecurse.java47 data.waitFor.wait(); // Use wait() as it doesn't have a "hidden" Java call-graph. in printOrWait()
/art/test/626-const-class-linking/src/
DRacyLoader.java67 lock.wait(); in syncWithOtherInstances()
/art/test/1907-suspend-list-self-twice/src/art/
DTest1907.java26 lock.wait(millis); in waitFor()
/art/test/1906-suspend-list-me-first/src/art/
DTest1906.java27 lock.wait(millis); in waitFor()

123