Searched refs:ABSL_TSAN_MUTEX_PRE_UNLOCK (Results 1 – 6 of 6) sorted by relevance
/third_party/abseil-cpp/absl/base/internal/ |
D | tsan_mutex_interface.h | 46 #define ABSL_TSAN_MUTEX_PRE_UNLOCK __tsan_mutex_pre_unlock macro 59 #define ABSL_TSAN_MUTEX_PRE_UNLOCK(...) macro
|
D | spinlock.h | 100 ABSL_TSAN_MUTEX_PRE_UNLOCK(this, 0); in Unlock()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | tsan_mutex_interface.h | 46 #define ABSL_TSAN_MUTEX_PRE_UNLOCK __tsan_mutex_pre_unlock macro 59 #define ABSL_TSAN_MUTEX_PRE_UNLOCK(...) macro
|
D | spinlock.h | 97 ABSL_TSAN_MUTEX_PRE_UNLOCK(this, 0); in Unlock()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 1582 ABSL_TSAN_MUTEX_PRE_UNLOCK(this, TsanFlags(how)); in AwaitCommon() 1677 ABSL_TSAN_MUTEX_PRE_UNLOCK(this, 0); in Unlock() 1729 ABSL_TSAN_MUTEX_PRE_UNLOCK(this, __tsan_mutex_read_lock); in ReaderUnlock() 1796 ABSL_TSAN_MUTEX_PRE_UNLOCK(mu, flags); in EvalConditionAnnotated() 1807 ABSL_TSAN_MUTEX_PRE_UNLOCK(mu, flags); in EvalConditionAnnotated() 2539 ABSL_TSAN_MUTEX_PRE_UNLOCK(mutex, TsanFlags(mutex_how)); in WaitCommon()
|
/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 1571 ABSL_TSAN_MUTEX_PRE_UNLOCK(this, TsanFlags(how)); in AwaitCommon() 1666 ABSL_TSAN_MUTEX_PRE_UNLOCK(this, 0); in Unlock() 1718 ABSL_TSAN_MUTEX_PRE_UNLOCK(this, __tsan_mutex_read_lock); in ReaderUnlock() 1785 ABSL_TSAN_MUTEX_PRE_UNLOCK(mu, flags); in EvalConditionAnnotated() 1796 ABSL_TSAN_MUTEX_PRE_UNLOCK(mu, flags); in EvalConditionAnnotated() 2527 ABSL_TSAN_MUTEX_PRE_UNLOCK(mutex, TsanFlags(mutex_how)); in WaitCommon()
|