Home
last modified time | relevance | path

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

/art/test/923-monitors/
Dexpected.txt3 Lock
7 Lock
8 Lock
19 Lock
26 Lock
33 Lock
/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.h237 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/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/
Doat_file_assistant.h148 bool Lock(std::string* error_msg);
Dmonitor.cc349 void Monitor::Lock(Thread* self) { in Lock() function in art::Monitor
508 monitor_lock_.Lock(self); // Reacquire locks in order. in Lock()
644 monitor_lock_.Lock(self); in Wait()
755 Lock(self); in Wait()
756 monitor_lock_.Lock(self); in Wait()
1017 mon->Lock(self); in MonitorEnter()
Dmonitor.h208 void Lock(Thread* self)
Doat_file_manager.cc416 if (!oat_file_assistant.Lock(/*out*/&error_msg)) { in OpenDexFilesFromOat()
Doat_file_assistant.cc167 bool OatFileAssistant::Lock(std::string* error_msg) { in Lock() function in art::OatFileAssistant
Dthread.cc1465 Locks::thread_list_lock_->Lock(self_thread); in RequestSynchronousCheckpoint()
/art/runtime/openjdkjvmti/
Djvmti_weak_table.h117 ALWAYS_INLINE void Lock() ACQUIRE(allow_disallow_lock_);
Djvmti_weak_table-inl.h53 void JvmtiWeakTable<T>::Lock() { in Lock() function
/art/build/
Dart.go247 artTestMutex.Lock()
/art/test/testrunner/
Dtestrunner.py104 test_count_mutex = threading.Lock()
116 print_mutex = threading.Lock()