Home
last modified time | relevance | path

Searched refs:Lock (Results 1 – 5 of 5) 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.h209 void Lock(Thread* self) EXCLUSIVE_LOCK_FUNCTION() { ExclusiveLock(self); } in Lock() function
/art/runtime/
Dmonitor.cc233 void Monitor::Lock(Thread* self) { in Lock() function in art::Monitor
289 monitor_lock_.Lock(self); // Reacquire locks in order. in Lock()
435 monitor_lock_.Lock(self); in Wait()
533 Lock(self); in Wait()
534 monitor_lock_.Lock(self); in Wait()
770 mon->Lock(self); in MonitorEnter()
Dmonitor.h162 void Lock(Thread* self)
/art/compiler/llvm/
Dintrinsic_func_list.def220 // Lock