/art/test/1931-monitor-events/ |
D | expected-stdout.txt | 2 Locker thread 1 for NamedLock[Lock testLock] contended-LOCKING NamedLock[Lock testLock] 3 Locker thread 1 for NamedLock[Lock testLock] LOCKED NamedLock[Lock testLock] 8 Locker thread 2 for NamedLock[Lock testWait] start-monitor-wait NamedLock[Lock testWait] timeout: 0 9 Locker thread 2 for NamedLock[Lock testWait] monitor-waited NamedLock[Lock testWait] timed_out: fal… 11 Locker thread 4 for NamedLock[Lock testTimedWait] start-monitor-wait NamedLock[Lock testTimedWait] … 12 Locker thread 4 for NamedLock[Lock testTimedWait] monitor-waited NamedLock[Lock testTimedWait] time… 15 Locker thread 6 for NamedLock[Lock testTimedWaitTimeout] start-monitor-wait NamedLock[Lock testTime… 16 Locker thread 6 for NamedLock[Lock testTimedWaitTimeout] monitor-waited NamedLock[Lock testTimedWai… 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… [all …]
|
/art/test/1932-monitor-events-misc/ |
D | expected-stdout.txt | 2 Locker thread 1 for NamedLock[Lock testLockUncontend] contended-LOCKING NamedLock[Lock testLockUnco… 3 Releasing NamedLock[Lock testLockUncontend] during monitorEnter event. 4 Locker thread 1 for NamedLock[Lock testLockUncontend] LOCKED NamedLock[Lock testLockUncontend] 6 Locker thread 3 for NamedLock[Lock testLockThrowEnter] contended-LOCKING NamedLock[Lock testLockThr… 8 Locker thread 3 for NamedLock[Lock testLockThrowEnter] LOCKED NamedLock[Lock testLockThrowEnter] 10 …Caused by: art.Monitors$TestException: throwing exception during monitorEnter of NamedLock[Lock te… 11 lock state is: MonitorUsage{ monitor: NamedLock[Lock testLockThrowEnter], owner: <NULL>, entryCount… 13 Locker thread 5 for NamedLock[Lock testLockThrowEntered] contended-LOCKING NamedLock[Lock testLockT… 14 Locker thread 5 for NamedLock[Lock testLockThrowEntered] LOCKED NamedLock[Lock testLockThrowEntered] 17 …Caused by: art.Monitors$TestException: throwing exception during monitorEntered of NamedLock[Lock … [all …]
|
D | jvm-expected.patch | 2 > Locker thread 8 for NamedLock[Lock testThrowWait] monitor-waited NamedLock[Lock testThrowWait] ti…
|
/art/test/1922-owned-monitors-info/ |
D | expected-stdout.txt | 3 Owned monitors: [NamedLock("Lock 1")] 5 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Current thread test: owned-monit… 7 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 3")] 9 Owned monitors: [NamedLock("Lock 1"), Target("Current thread test: owned-monitor")] 11 Owned monitors: [NamedLock("Lock 1"), class art.Test1922$Target] 13 Owned monitors: [NamedLock("Lock 1"), Target("Current thread test: owned-monitor")] 15 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Current thread test: owned-monit… 17 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), NamedLock("Lock 3"), Target("Current thr… 19 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Current thread test: owned-monit… 21 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Current thread test: owned-monit… [all …]
|
/art/test/923-monitors/ |
D | expected-stdout.txt | 3 Lock 7 Lock 8 Lock 19 Lock 26 Lock 33 Lock
|
/art/runtime/base/ |
D | mutex_test.cc | 42 mu.Lock(Thread::Current()); in TEST_F() 66 mu.Lock(Thread::Current()); in RecursiveLockUnlockTest() 68 mu.Lock(Thread::Current()); in RecursiveLockUnlockTest() 110 state->mu.Lock(Thread::Current()); in RecursiveLockWaitCallback() 119 state.mu.Lock(Thread::Current()); in RecursiveLockWaitTest() 120 state.mu.Lock(Thread::Current()); in RecursiveLockWaitTest()
|
D | mutex.h | 181 void Lock(Thread* self) ACQUIRE() { ExclusiveLock(self); } in Lock() function
|
/art/test/800-smali/smali/ |
D | b_23300986.smali | 7 monitor-enter v2 # Lock on parameter 18 monitor-enter v2 # Lock on parameter
|
D | b_23502994.smali | 7 monitor-enter v2 # Lock on parameter 33 monitor-enter v2 # Lock on parameter
|
/art/test/1930-monitor-info/ |
D | expected-stdout.txt | 7 Lock twice 11 Lock twice native 15 Lock twice Java then native 19 Lock twice native then Java
|
/art/test/088-monitor-verification/smali/ |
D | NotStructuredOverUnlock.smali | 10 # Lock twice, but unlock thrice.
|
D | NotStructuredUnderUnlock.smali | 10 # Lock thrice, but only unlock twice.
|
D | UnbalancedJoin.smali | 24 # Lock levels are "opposite" for the joined flows.
|
D | TooDeep.smali | 8 # Lock depth is 33, which is more than the verifier supports. This should have been punted to
|
/art/build/ |
D | art.go | 287 artTestMutex.Lock() 314 artTestMutex.Lock()
|
/art/openjdkjvmti/ |
D | jvmti_weak_table.h | 117 ALWAYS_INLINE void Lock() ACQUIRE(allow_disallow_lock_);
|
D | jvmti_weak_table-inl.h | 54 void JvmtiWeakTable<T>::Lock() { in Lock() function
|
D | ti_heap.cc | 1817 env->object_tag_table->Lock(); in ReplaceWeakRoots() 1861 env->object_tag_table->Lock(); in ReplaceWeakRoots()
|
/art/runtime/ |
D | monitor.cc | 447 void Monitor::Lock(Thread* self) { in Lock() function in art::Monitor 647 template void Monitor::Lock<LockReason::kForLock>(Thread* self); 648 template void Monitor::Lock<LockReason::kForWait>(Thread* self); 944 Lock<LockReason::kForWait>(self); in Wait() 1190 mon->Lock(self); in MonitorEnter()
|
D | monitor.h | 235 void Lock(Thread* self)
|
D | thread_list.cc | 1118 Locks::runtime_shutdown_lock_->Lock(self); in WaitForOtherNonDaemonThreadsToExit()
|
D | thread.cc | 1681 Locks::thread_list_lock_->Lock(self_thread); in RequestSynchronousCheckpoint()
|
/art/test/testrunner/ |
D | testrunner.py | 163 self.mutex = threading.Lock()
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 634 Locks::jit_lock_->Lock(self); in WaitForPotentialCollectionToCompleteRunnable()
|
/art/build/boot/ |
D | preloaded-classes | 1715 java.util.concurrent.locks.Lock
|