Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-thread-safety-parsing.cpp24 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
103 void noanal_fun() NO_THREAD_SAFETY_ANALYSIS;
108 int noanal_testfn(int y) NO_THREAD_SAFETY_ANALYSIS;
111 int x NO_THREAD_SAFETY_ANALYSIS = y; // \ in noanal_testfn() local
116 int noanal_test_var NO_THREAD_SAFETY_ANALYSIS; // \ variable
121 int test_field NO_THREAD_SAFETY_ANALYSIS; // \ member in NoanalFoo
123 void test_method() NO_THREAD_SAFETY_ANALYSIS;
126 class NO_THREAD_SAFETY_ANALYSIS NoanalTestClass { // \
130 void noanal_fun_params(int lvar NO_THREAD_SAFETY_ANALYSIS); // \
885 class NO_THREAD_SAFETY_ANALYSIS UfTestClass { // \
Dwarn-thread-safety-verbose.cpp24 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
Dwarn-thread-safety-negative.cpp27 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
Dwarn-thread-safety-analysis.cpp27 #define NO_THREAD_SAFETY_ANALYSIS __attribute__((no_thread_safety_analysis)) macro
2072 void Foo::foo1() NO_THREAD_SAFETY_ANALYSIS { in foo1()
4422 auto func2 = [this]() NO_THREAD_SAFETY_ANALYSIS { in test()
5102 inline const T& ts_unchecked_read(const T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read()
5107 inline T& ts_unchecked_read(T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read()
/external/webrtc/webrtc/system_wrappers/source/
Dcritical_section_unittest.cc77 TEST_F(CritSectTest, ThreadWakesOnce) NO_THREAD_SAFETY_ANALYSIS { in TEST_F()
104 TEST_F(CritSectTest, ThreadWakesTwice) NO_THREAD_SAFETY_ANALYSIS { in TEST_F()
/external/webrtc/webrtc/base/
Dthread_annotations.h96 #define NO_THREAD_SAFETY_ANALYSIS \ macro
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl_unittest.cc30 int RealInitializeLocked() NO_THREAD_SAFETY_ANALYSIS { in RealInitializeLocked()
/external/regex-re2/util/
Dutil.h100 #define NO_THREAD_SAFETY_ANALYSIS macro
/external/libcxx/utils/google-benchmark/src/
Dmutex.h64 #define NO_THREAD_SAFETY_ANALYSIS \ macro
/external/google-benchmark/src/
Dmutex.h64 #define NO_THREAD_SAFETY_ANALYSIS \ macro
/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c24 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
/external/clang/docs/
DThreadSafetyAnalysis.rst310 NO_THREAD_SAFETY_ANALYSIS section in Reference Guide
313 ``NO_THREAD_SAFETY_ANALYSIS`` is an attribute on functions or methods, which
325 void unsafeIncrement() NO_THREAD_SAFETY_ANALYSIS { a++; }
328 Unlike the other attributes, NO_THREAD_SAFETY_ANALYSIS is not part of the
657 if it was annotated with ``NO_THREAD_SAFETY_ANALYSIS``.
823 #define NO_THREAD_SAFETY_ANALYSIS \
/external/clang/test/PCH/
Dthread-safety-attrs.cpp30 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
/external/regex-re2/re2/
Ddfa.cc1124 void DFA::RWLocker::LockForWriting() NO_THREAD_SAFETY_ANALYSIS { in LockForWriting()