Searched refs:Lock (Results 1 – 19 of 19) sorted by relevance
3 Lock7 Lock8 Lock19 Lock26 Lock33 Lock
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()
237 void Lock(Thread* self) ACQUIRE() { ExclusiveLock(self); } in Lock() function
7 monitor-enter v2 # Lock on parameter18 monitor-enter v2 # Lock on parameter
7 monitor-enter v2 # Lock on parameter33 monitor-enter v2 # Lock on parameter
10 # Lock twice, but unlock thrice.
10 # Lock thrice, but only unlock twice.
24 # Lock levels are "opposite" for the joined flows.
8 # Lock depth is 33, which is more than the verifier supports. This should have been punted to
148 bool Lock(std::string* error_msg);
349 void Monitor::Lock(Thread* self) { in Lock() function in art::Monitor508 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()
208 void Lock(Thread* self)
416 if (!oat_file_assistant.Lock(/*out*/&error_msg)) { in OpenDexFilesFromOat()
167 bool OatFileAssistant::Lock(std::string* error_msg) { in Lock() function in art::OatFileAssistant
1465 Locks::thread_list_lock_->Lock(self_thread); in RequestSynchronousCheckpoint()
117 ALWAYS_INLINE void Lock() ACQUIRE(allow_disallow_lock_);
53 void JvmtiWeakTable<T>::Lock() { in Lock() function
247 artTestMutex.Lock()
104 test_count_mutex = threading.Lock()116 print_mutex = threading.Lock()