Home | History | Annotate | Download | only in base

Lines Matching refs:RELEASE

261   // Release exclusive access.
262 void ExclusiveUnlock(Thread* self) RELEASE();
263 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); }
344 // Release exclusive access.
345 void ExclusiveUnlock(Thread* self) RELEASE();
346 void WriterUnlock(Thread* self) RELEASE() { ExclusiveUnlock(self); }
362 // Release a share of the access.
516 ~MutexLock() RELEASE() {
534 ALWAYS_INLINE ~ReaderMutexLock() RELEASE();
568 void Release() RELEASE() {}
634 // Release thread_suspend_count_lock_ | .. running ..