Home
last modified time | relevance | path

Searched refs:TryLock (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Dmutex_test.cc52 ASSERT_TRUE(mu.TryLock(Thread::Current())); in TryLockUnlockTest()
84 ASSERT_TRUE(mu.TryLock(Thread::Current())); in RecursiveTryLockUnlockTest()
86 ASSERT_TRUE(mu.TryLock(Thread::Current())); in RecursiveTryLockUnlockTest()
Dmutex.h213 bool TryLock(Thread* self) EXCLUSIVE_TRYLOCK_FUNCTION(true) { return ExclusiveTryLock(self); } in TryLock() function
/art/runtime/
Dthread.cc620 Locks::thread_list_lock_->TryLock(self); in UnsafeLogFatalForSuspendCount()