Searched refs:ExclusiveLockWithTimeout (Results 1 – 3 of 3) sorted by relevance
333 bool ExclusiveLockWithTimeout(Thread* self, int64_t ms, int32_t ns)
834 bool ReaderWriterMutex::ExclusiveLockWithTimeout(Thread* self, int64_t ms, int32_t ns) { in ExclusiveLockWithTimeout() function in art::ReaderWriterMutex
623 if (Locks::mutator_lock_->ExclusiveLockWithTimeout(self, in SuspendAll()