Searched refs:ABSL_UNLOCK_FUNCTION (Results 1 – 14 of 14) sorted by relevance
68 void Unlock() ABSL_UNLOCK_FUNCTION() { gpr_mu_unlock(&mu_); }90 ~MutexLock() ABSL_UNLOCK_FUNCTION() { mu_->Unlock(); }105 ~ReleasableMutexLock() ABSL_UNLOCK_FUNCTION() {112 void Release() ABSL_UNLOCK_FUNCTION() {196 ~LockableAndReleasableMutexLock() ABSL_UNLOCK_FUNCTION() { in ABSL_UNLOCK_FUNCTION() function211 void Release() ABSL_UNLOCK_FUNCTION() { in Release()
174 void Unlock() ABSL_UNLOCK_FUNCTION();236 void ReaderUnlock() ABSL_UNLOCK_FUNCTION();263 void WriterUnlock() ABSL_UNLOCK_FUNCTION() { this->Unlock(); } in WriterUnlock()549 ~MutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->Unlock(); } in ABSL_UNLOCK_FUNCTION() function570 ~ReaderMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->ReaderUnlock(); } in ABSL_UNLOCK_FUNCTION() function592 ~WriterMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->WriterUnlock(); } in ABSL_UNLOCK_FUNCTION() function873 ~MutexLockMaybe() ABSL_UNLOCK_FUNCTION() { in ABSL_UNLOCK_FUNCTION() function895 ~ReleasableMutexLock() ABSL_UNLOCK_FUNCTION() { in ABSL_UNLOCK_FUNCTION() function899 void Release() ABSL_UNLOCK_FUNCTION();
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();
226 #define ABSL_UNLOCK_FUNCTION(...) __attribute__((unlock_function(__VA_ARGS__))) macro228 #define ABSL_UNLOCK_FUNCTION(...) macro
224 #define ABSL_UNLOCK_FUNCTION(...) __attribute__((unlock_function(__VA_ARGS__))) macro226 #define ABSL_UNLOCK_FUNCTION(...) macro
99 inline void Unlock() ABSL_UNLOCK_FUNCTION() { in Unlock()183 inline ~SpinLockHolder() ABSL_UNLOCK_FUNCTION() { lock_->Unlock(); } in ABSL_UNLOCK_FUNCTION() function
295 void Leave() ABSL_UNLOCK_FUNCTION() { in Leave()
96 inline void Unlock() ABSL_UNLOCK_FUNCTION() { in Unlock()192 inline ~SpinLockHolder() ABSL_UNLOCK_FUNCTION() { lock_->Unlock(); } in ABSL_UNLOCK_FUNCTION() function
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()
55 void Unlock() ABSL_UNLOCK_FUNCTION(lock_) { lock_.Unlock(); } in Unlock()
56 void Unlock() ABSL_UNLOCK_FUNCTION(lock_) { lock_.Unlock(); } in Unlock()