Home
last modified time | relevance | path

Searched refs:NO_THREAD_SAFETY_ANALYSIS (Results 1 – 9 of 9) sorted by relevance

/third_party/abseil-cpp/absl/base/internal/
Dthread_annotations.h220 #define NO_THREAD_SAFETY_ANALYSIS \ macro
242 #define NO_THREAD_SAFETY_ANALYSIS_FIXME NO_THREAD_SAFETY_ANALYSIS
260 inline const T& ts_unchecked_read(const T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read()
265 inline T& ts_unchecked_read(T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read()
/third_party/re2/util/
Dutil.h38 #ifndef NO_THREAD_SAFETY_ANALYSIS
39 #define NO_THREAD_SAFETY_ANALYSIS macro
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dtsa.h77 #define NO_THREAD_SAFETY_ANALYSIS \ macro
/third_party/cef/libcef/common/
Dvalue_base.h147 void lock() override NO_THREAD_SAFETY_ANALYSIS { in lock()
151 void unlock() override NO_THREAD_SAFETY_ANALYSIS { in unlock()
Dvalues_impl.cc381 void CefValueImpl::AcquireLock() NO_THREAD_SAFETY_ANALYSIS { in AcquireLock()
389 void CefValueImpl::ReleaseLock() NO_THREAD_SAFETY_ANALYSIS { in ReleaseLock()
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dmutex.h64 #define NO_THREAD_SAFETY_ANALYSIS \ macro
/third_party/benchmark/src/
Dmutex.h64 #define NO_THREAD_SAFETY_ANALYSIS \ macro
/third_party/abseil-cpp/absl/synchronization/
Dmutex_test.cc821 TEST(Mutex, DISABLED_LockedMutexDestructionBug) NO_THREAD_SAFETY_ANALYSIS {
1125 TEST(Mutex, DISABLED_DeadlockIdBug) NO_THREAD_SAFETY_ANALYSIS {
/third_party/re2/re2/
Ddfa.cc1143 void DFA::RWLocker::LockForWriting() NO_THREAD_SAFETY_ANALYSIS { in LockForWriting()