HomeSort by relevance Sort by last modified time
    Searched refs:ExclusiveLockWithTimeout (Results 1 - 3 of 3) sorted by null

  /art/runtime/base/
mutex.h 302 bool ExclusiveLockWithTimeout(Thread* self, int64_t ms, int32_t ns)
mutex.cc 561 bool ReaderWriterMutex::ExclusiveLockWithTimeout(Thread* self, int64_t ms, int32_t ns) {
    [all...]
  /art/runtime/
thread_list.cc 339 if (!Locks::mutator_lock_->ExclusiveLockWithTimeout(self, 30 * 1000, 0)) {
646 if (!Locks::mutator_lock_->ExclusiveLockWithTimeout(self, 30 * 1000, 0)) {
    [all...]

Completed in 105 milliseconds