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

/art/runtime/base/
H A Dmutex.h302 bool ExclusiveLockWithTimeout(Thread* self, int64_t ms, int32_t ns)
H A Dmutex.cc561 bool ReaderWriterMutex::ExclusiveLockWithTimeout(Thread* self, int64_t ms, int32_t ns) { function in class:art::ReaderWriterMutex
/art/runtime/
H A Dthread_list.cc339 if (!Locks::mutator_lock_->ExclusiveLockWithTimeout(self, 30 * 1000, 0)) {
646 if (!Locks::mutator_lock_->ExclusiveLockWithTimeout(self, 30 * 1000, 0)) {

Completed in 198 milliseconds