Searched refs:TryLock (Results 1 – 3 of 3) sorted by relevance
52 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()
213 bool TryLock(Thread* self) EXCLUSIVE_TRYLOCK_FUNCTION(true) { return ExclusiveTryLock(self); } in TryLock() function
620 Locks::thread_list_lock_->TryLock(self); in UnsafeLogFatalForSuspendCount()