Home
last modified time | relevance | path

Searched refs:Lock (Results 1 – 22 of 22) sorted by relevance

/art/test/1931-monitor-events/
Dexpected.txt2 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/
Dexpected.txt2 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 …]
Djvm-expected.patch2 > Locker thread 8 for NamedLock[Lock testThrowWait] monitor-waited NamedLock[Lock testThrowWait] ti…
/art/test/923-monitors/
Dexpected.txt3 Lock
7 Lock
8 Lock
19 Lock
26 Lock
33 Lock
/art/test/1922-owned-monitors-info/
Dexpected.txt3 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/runtime/base/
Dmutex_test.cc42 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()
Dmutex.h171 void Lock(Thread* self) ACQUIRE() { ExclusiveLock(self); } in Lock() function
/art/test/800-smali/smali/
Db_23300986.smali7 monitor-enter v2 # Lock on parameter
18 monitor-enter v2 # Lock on parameter
Db_23502994.smali7 monitor-enter v2 # Lock on parameter
33 monitor-enter v2 # Lock on parameter
/art/test/1930-monitor-info/
Dexpected.txt7 Lock twice
11 Lock twice native
15 Lock twice Java then native
19 Lock twice native then Java
/art/test/088-monitor-verification/smali/
DNotStructuredOverUnlock.smali10 # Lock twice, but unlock thrice.
DNotStructuredUnderUnlock.smali10 # Lock thrice, but only unlock twice.
DUnbalancedJoin.smali24 # Lock levels are "opposite" for the joined flows.
DTooDeep.smali8 # Lock depth is 33, which is more than the verifier supports. This should have been punted to
/art/runtime/
Dmonitor.cc417 void Monitor::Lock(Thread* self) { in Lock() function in art::Monitor
420 monitor_lock_.Lock(self); in Lock()
590 monitor_lock_.Lock(self); // Reacquire locks in order. in Lock()
602 template void Monitor::Lock<LockReason::kForLock>(Thread* self);
603 template void Monitor::Lock<LockReason::kForWait>(Thread* self);
705 monitor_lock_.Lock(self); in Unlock()
784 monitor_lock_.Lock(self); in Wait()
901 Lock<LockReason::kForWait>(self); in Wait()
902 monitor_lock_.Lock(self); in Wait()
1170 mon->Lock(self); in MonitorEnter()
Dmonitor.h227 void Lock(Thread* self)
Dthread.cc1663 Locks::thread_list_lock_->Lock(self_thread); in RequestSynchronousCheckpoint()
/art/openjdkjvmti/
Djvmti_weak_table.h117 ALWAYS_INLINE void Lock() ACQUIRE(allow_disallow_lock_);
Djvmti_weak_table-inl.h54 void JvmtiWeakTable<T>::Lock() { in Lock() function
/art/build/
Dart.go275 artTestMutex.Lock()
/art/test/testrunner/
Dtestrunner.py94 test_count_mutex = threading.Lock()
106 print_mutex = threading.Lock()
/art/runtime/jit/
Djit_code_cache.cc960 lock_.Lock(self); in WaitForPotentialCollectionToCompleteRunnable()