Home
last modified time | relevance | path

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

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