Searched refs:ABSL_UNLOCK_FUNCTION (Results 1 – 8 of 8) sorted by relevance
166 void Unlock() ABSL_UNLOCK_FUNCTION();228 void ReaderUnlock() ABSL_UNLOCK_FUNCTION();255 void WriterUnlock() ABSL_UNLOCK_FUNCTION() { this->Unlock(); } in WriterUnlock()543 ~MutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->Unlock(); } in ABSL_UNLOCK_FUNCTION() function570 ~ReaderMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->ReaderUnlock(); } in ABSL_UNLOCK_FUNCTION() function598 ~WriterMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->WriterUnlock(); } in ABSL_UNLOCK_FUNCTION() function891 ~MutexLockMaybe() ABSL_UNLOCK_FUNCTION() { in ABSL_UNLOCK_FUNCTION() function920 ~ReleasableMutexLock() ABSL_UNLOCK_FUNCTION() { in ABSL_UNLOCK_FUNCTION() function924 void Release() ABSL_UNLOCK_FUNCTION();
224 #define ABSL_UNLOCK_FUNCTION(...) __attribute__((unlock_function(__VA_ARGS__))) macro226 #define ABSL_UNLOCK_FUNCTION(...) macro
96 inline void Unlock() ABSL_UNLOCK_FUNCTION() { in Unlock()192 inline ~SpinLockHolder() ABSL_UNLOCK_FUNCTION() { lock_->Unlock(); } in ABSL_UNLOCK_FUNCTION() function
295 void Leave() ABSL_UNLOCK_FUNCTION() { in Leave()
49 ~CordzUpdateScope() ABSL_UNLOCK_FUNCTION() { in ABSL_UNLOCK_FUNCTION() function
137 void Unlock() ABSL_UNLOCK_FUNCTION(mutex_);
413 void CordzInfo::Unlock() ABSL_UNLOCK_FUNCTION(mutex_) { in Unlock()
56 void Unlock() ABSL_UNLOCK_FUNCTION(lock_) { lock_.Unlock(); } in Unlock()