Searched refs:ExclusiveLockWithTimeout (Results 1 – 3 of 3) sorted by relevance
291 bool ExclusiveLockWithTimeout(Thread* self, int64_t ms, int32_t ns)
644 bool ReaderWriterMutex::ExclusiveLockWithTimeout(Thread* self, int64_t ms, int32_t ns) { in ExclusiveLockWithTimeout() function in art::ReaderWriterMutex
631 if (Locks::mutator_lock_->ExclusiveLockWithTimeout(self, in SuspendAll()1129 if (!Locks::mutator_lock_->ExclusiveLockWithTimeout(self, 30 * 1000, 0)) { in SuspendAllForDebugger()