Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex_test.cc41 mu.Lock(Thread::Current()); in TEST_F()
65 mu.Lock(Thread::Current()); in RecursiveLockUnlockTest()
67 mu.Lock(Thread::Current()); in RecursiveLockUnlockTest()
105 state->mu.Lock(Thread::Current()); in Callback()
118 state.mu.Lock(Thread::Current()); in RecursiveLockWaitTest()
119 state.mu.Lock(Thread::Current()); in RecursiveLockWaitTest()
Dmutex.h148 void Lock(Thread* self) EXCLUSIVE_LOCK_FUNCTION() { ExclusiveLock(self); } in Lock() function
/art/runtime/
Dmonitor.cc126 monitor_lock_.Lock(owner); in Monitor()
197 void Monitor::Lock(Thread* self) { in Lock() function in art::Monitor
217 monitor_lock_.Lock(self); in Lock()
494 Lock(self); in WaitWithLock()
693 LW_MONITOR(*thinp)->Lock(self); in MonitorEnter()
Dmonitor.h125 void Lock(Thread* self) EXCLUSIVE_LOCK_FUNCTION(monitor_lock_);
/art/compiler/llvm/
Dintrinsic_func_list.def220 // Lock