Home
last modified time | relevance | path

Searched refs:ABSL_TSAN_MUTEX_DESTROY (Results 1 – 6 of 6) sorted by relevance

/third_party/abseil-cpp/absl/base/internal/
Dtsan_mutex_interface.h43 #define ABSL_TSAN_MUTEX_DESTROY __tsan_mutex_destroy macro
56 #define ABSL_TSAN_MUTEX_DESTROY(...) macro
Dspinlock.h71 ~SpinLock() { ABSL_TSAN_MUTEX_DESTROY(this, __tsan_mutex_not_static); } in ~SpinLock()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dtsan_mutex_interface.h43 #define ABSL_TSAN_MUTEX_DESTROY __tsan_mutex_destroy macro
56 #define ABSL_TSAN_MUTEX_DESTROY(...) macro
Dspinlock.h68 ~SpinLock() { ABSL_TSAN_MUTEX_DESTROY(this, __tsan_mutex_not_static); } in ~SpinLock()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc738 ABSL_TSAN_MUTEX_DESTROY(this, __tsan_mutex_not_static); in ~Mutex()
/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc727 ABSL_TSAN_MUTEX_DESTROY(this, __tsan_mutex_not_static); in ~Mutex()