Searched refs:TryLock (Results 1 – 5 of 5) 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()
259 bool TryLock(Thread* self) TRY_ACQUIRE(true) { return ExclusiveTryLock(self); } in TryLock() function
208 bool TryLock(Thread* self)
390 bool Monitor::TryLock(Thread* self) { in TryLock() function in art::Monitor1107 return mon->TryLock(self) ? h_obj.Get() : nullptr; in MonitorEnter()
1207 Locks::thread_list_lock_->TryLock(self); in UnsafeLogFatalForSuspendCount()