Home
last modified time | relevance | path

Searched refs:ExclusiveLockWithTimeout (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Dmutex.h317 bool ExclusiveLockWithTimeout(Thread* self, int64_t ms, int32_t ns)
Dmutex.cc756 bool ReaderWriterMutex::ExclusiveLockWithTimeout(Thread* self, int64_t ms, int32_t ns) { in ExclusiveLockWithTimeout() function in art::ReaderWriterMutex
/art/runtime/
Dthread_list.cc632 if (Locks::mutator_lock_->ExclusiveLockWithTimeout(self, in SuspendAll()