Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dthread_annotations.h275 #define ABSL_NO_THREAD_SAFETY_ANALYSIS \ macro
278 #define ABSL_NO_THREAD_SAFETY_ANALYSIS macro
300 #define ABSL_NO_THREAD_SAFETY_ANALYSIS_FIXME ABSL_NO_THREAD_SAFETY_ANALYSIS
320 inline const T& ts_unchecked_read(const T& v) ABSL_NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read()
325 inline T& ts_unchecked_read(T& v) ABSL_NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_info.h124 ABSL_NO_THREAD_SAFETY_ANALYSIS;
128 ABSL_NO_THREAD_SAFETY_ANALYSIS;
157 CordRep* GetCordRepForTesting() const ABSL_NO_THREAD_SAFETY_ANALYSIS { in GetCordRepForTesting()
162 void SetCordRepForTesting(CordRep* rep) ABSL_NO_THREAD_SAFETY_ANALYSIS { in SetCordRepForTesting()
206 void UnsafeSetCordRep(CordRep* rep) ABSL_NO_THREAD_SAFETY_ANALYSIS;
Dcordz_handle.h100 bool IsEmpty() const ABSL_NO_THREAD_SAFETY_ANALYSIS { in IsEmpty()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dlifetime_test.cc151 OnConstruction grab_lock([]() ABSL_NO_THREAD_SAFETY_ANALYSIS { in __anond76c879b0302()
155 OnConstruction check_still_locked([]() ABSL_NO_THREAD_SAFETY_ANALYSIS { in __anond76c879b0402()
Dmutex_test.cc808 TEST(Mutex, MutexReaderDecrementBug) ABSL_NO_THREAD_SAFETY_ANALYSIS { in TEST()
855 TEST(Mutex, DISABLED_LockedMutexDestructionBug) ABSL_NO_THREAD_SAFETY_ANALYSIS {
857 TEST(Mutex, LockedMutexDestructionBug) ABSL_NO_THREAD_SAFETY_ANALYSIS {
1136 TEST(Mutex, DeadlockDetectorStressTest) ABSL_NO_THREAD_SAFETY_ANALYSIS {
1156 TEST(Mutex, DISABLED_DeadlockIdBug) ABSL_NO_THREAD_SAFETY_ANALYSIS {
1158 TEST(Mutex, DeadlockIdBug) ABSL_NO_THREAD_SAFETY_ANALYSIS {
/third_party/skia/third_party/externals/abseil-cpp/absl/cleanup/internal/
Dcleanup.h86 void InvokeCallback() ABSL_NO_THREAD_SAFETY_ANALYSIS { in InvokeCallback()