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

  /art/runtime/
barrier.cc 30 lock_("GC barrier lock", kThreadSuspendCountLock),
  /art/runtime/base/
mutex-inl.h 81 level == kThreadSuspendCountLock ||
mutex.h 64 kThreadSuspendCountLock,
mutex.cc 260 // are some thread's resume_cond_ (level_ == kThreadSuspendCountLock). This just means that
265 if (held_mutex == Locks::user_code_suspension_lock_ && level_ == kThreadSuspendCountLock) {
    [all...]

Completed in 59 milliseconds