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

  /art/runtime/
barrier.h 39 kAllowHoldingLocks,
59 // kAllowHoldingLocks we will not check that all locks are released when waiting.
barrier.cc 34 template void Barrier::Increment<Barrier::kAllowHoldingLocks>(Thread* self, int delta);
64 if (locks == kAllowHoldingLocks) {
thread.cc     [all...]

Completed in 969 milliseconds