Home
last modified time | relevance | path

Searched refs:kAllowHoldingLocks (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/
H A Dbarrier.cc35 template void Barrier::Increment<Barrier::kAllowHoldingLocks>(Thread* self, int delta);
65 if (locks == kAllowHoldingLocks) { in Increment()
H A Dbarrier.h43 kAllowHoldingLocks, enumerator
H A Dthread.cc1644 barrier_.Increment<Barrier::kAllowHoldingLocks>(self, 1); in Wait()
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc2303 release_barrier_.Increment</*locks=*/art::Barrier::kAllowHoldingLocks>(self_, count); in Release()