Home
last modified time | relevance | path

Searched defs:ABSL_UNLOCK_FUNCTION (Results 1 – 8 of 8) sorted by relevance

/third_party/abseil-cpp/absl/synchronization/
Dmutex.h549 ~MutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->Unlock(); } in ABSL_UNLOCK_FUNCTION() function
570 ~ReaderMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->ReaderUnlock(); } in ABSL_UNLOCK_FUNCTION() function
592 ~WriterMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->WriterUnlock(); } in ABSL_UNLOCK_FUNCTION() function
873 ~MutexLockMaybe() ABSL_UNLOCK_FUNCTION() { in ABSL_UNLOCK_FUNCTION() function
895 ~ReleasableMutexLock() ABSL_UNLOCK_FUNCTION() { in ABSL_UNLOCK_FUNCTION() function
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.h543 ~MutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->Unlock(); } in ABSL_UNLOCK_FUNCTION() function
570 ~ReaderMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->ReaderUnlock(); } in ABSL_UNLOCK_FUNCTION() function
598 ~WriterMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->WriterUnlock(); } in ABSL_UNLOCK_FUNCTION() function
891 ~MutexLockMaybe() ABSL_UNLOCK_FUNCTION() { in ABSL_UNLOCK_FUNCTION() function
920 ~ReleasableMutexLock() ABSL_UNLOCK_FUNCTION() { in ABSL_UNLOCK_FUNCTION() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_update_scope.h49 ~CordzUpdateScope() ABSL_UNLOCK_FUNCTION() { in ABSL_UNLOCK_FUNCTION() function
/third_party/abseil-cpp/absl/base/
Dthread_annotations.h226 #define ABSL_UNLOCK_FUNCTION(...) __attribute__((unlock_function(__VA_ARGS__))) macro
228 #define ABSL_UNLOCK_FUNCTION(...) macro
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dthread_annotations.h224 #define ABSL_UNLOCK_FUNCTION(...) __attribute__((unlock_function(__VA_ARGS__))) macro
226 #define ABSL_UNLOCK_FUNCTION(...) macro
/third_party/abseil-cpp/absl/base/internal/
Dspinlock.h183 inline ~SpinLockHolder() ABSL_UNLOCK_FUNCTION() { lock_->Unlock(); } in ABSL_UNLOCK_FUNCTION() function
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dspinlock.h192 inline ~SpinLockHolder() ABSL_UNLOCK_FUNCTION() { lock_->Unlock(); } in ABSL_UNLOCK_FUNCTION() function
/third_party/grpc/src/core/lib/gprpp/
Dsync.h196 ~LockableAndReleasableMutexLock() ABSL_UNLOCK_FUNCTION() { in ABSL_UNLOCK_FUNCTION() function