Home | History | Annotate | Download | only in wtf

Lines Matching refs:held

61 // Hot PageID-to-sizeclass mappings are held by pagemap_cache_.  If this cache
2139 // Allocate a new heap. REQUIRES: pageheap_lock is held.
2243 // REQUIRES: lock_ is held
2248 // REQUIRES: lock_ is held
2254 // REQUIRES: lock_ is held
2259 // REQUIRES: lock_ is held
2264 // REQUIRES: lock_ is held
2269 // REQUIRES: lock is held.
2275 // REQUIRES: lock_ for locked_size_class is held.
2282 // REQUIRES: lock_ is *not* held.
2553 inline explicit LockInverter(SpinLock* held, SpinLock *temp)
2554 : held_(held), temp_(temp) { held_->Unlock(); temp_->Lock(); }
2565 // Grab lock, but first release the other lock held by this thread. We use