Home
last modified time | relevance | path

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

/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()
106 state->mu.Lock(Thread::Current()); in Callback()
119 state.mu.Lock(Thread::Current()); in RecursiveLockWaitTest()
120 state.mu.Lock(Thread::Current()); in RecursiveLockWaitTest()
Dmutex.h215 void Lock(Thread* self) EXCLUSIVE_LOCK_FUNCTION() { ExclusiveLock(self); } in Lock() function
/art/runtime/
Dmonitor.cc229 void Monitor::Lock(Thread* self) { in Lock() function in art::Monitor
292 monitor_lock_.Lock(self); // Reacquire locks in order. in Lock()
414 monitor_lock_.Lock(self); in Wait()
511 Lock(self); in Wait()
512 monitor_lock_.Lock(self); in Wait()
761 mon->Lock(self); in MonitorEnter()
Doat_file_assistant.h144 bool Lock(std::string* error_msg);
Dmonitor.h186 void Lock(Thread* self)
Doat_file_assistant.cc121 bool OatFileAssistant::Lock(std::string* error_msg) { in Lock() function in art::OatFileAssistant
Dclass_linker.cc917 if (!oat_file_assistant.Lock(&error_msg)) { in OpenDexFilesFromOat()