Searched refs:kAllowHoldingLocks (Results 1 – 4 of 4) sorted by relevance
35 template void Barrier::Increment<Barrier::kAllowHoldingLocks>(Thread* self, int delta);70 if (locks == kAllowHoldingLocks) { in Increment()
44 kAllowHoldingLocks, enumerator
1633 barrier_.Increment<Barrier::kAllowHoldingLocks>(self, 1); in Wait()
2315 release_barrier_.Increment</*locks=*/art::Barrier::kAllowHoldingLocks>(self_, count); in Release()