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