/external/libchrome/base/ |
D | thread_annotations.h | 188 #define NO_THREAD_SAFETY_ANALYSIS \ macro 210 #define NO_THREAD_SAFETY_ANALYSIS_FIXME NO_THREAD_SAFETY_ANALYSIS 227 inline const T& ts_unchecked_read(const T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read() 232 inline T& ts_unchecked_read(T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | thread_annotations.h | 220 #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()
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | thread_annotations.h | 220 #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()
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | thread_annotations.h | 220 #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()
|
/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
D | thread_annotations.h | 220 #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()
|
/external/abseil-cpp/absl/base/internal/ |
D | thread_annotations.h | 220 #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()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | util.h | 38 #ifndef NO_THREAD_SAFETY_ANALYSIS 39 #define NO_THREAD_SAFETY_ANALYSIS macro
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-thread-safety-parsing.cpp | 26 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro 105 void noanal_fun() NO_THREAD_SAFETY_ANALYSIS; 110 int noanal_testfn(int y) NO_THREAD_SAFETY_ANALYSIS; 113 int x NO_THREAD_SAFETY_ANALYSIS = y; // \ in noanal_testfn() local 118 int noanal_test_var NO_THREAD_SAFETY_ANALYSIS; // \ variable 123 int test_field NO_THREAD_SAFETY_ANALYSIS; // \ member in NoanalFoo 125 void test_method() NO_THREAD_SAFETY_ANALYSIS; 128 class NO_THREAD_SAFETY_ANALYSIS NoanalTestClass { // \ 132 void noanal_fun_params(int lvar NO_THREAD_SAFETY_ANALYSIS); // \ 902 class NO_THREAD_SAFETY_ANALYSIS UfTestClass { // \
|
D | thread-safety-annotations.h | 43 #define NO_THREAD_SAFETY_ANALYSIS __attribute__((no_thread_safety_analysis)) macro
|
D | warn-thread-safety-analysis.cpp | 435 void testNoAnal() NO_THREAD_SAFETY_ANALYSIS { in testNoAnal() 820 void es_fun_8() NO_THREAD_SAFETY_ANALYSIS; 2135 void Foo::foo1() NO_THREAD_SAFETY_ANALYSIS { in foo1() 4820 auto func2 = [this]() NO_THREAD_SAFETY_ANALYSIS { in test() 5014 void acquire(ThreadRole R) EXCLUSIVE_LOCK_FUNCTION(R) NO_THREAD_SAFETY_ANALYSIS {} in acquire() 5015 void release(ThreadRole R) UNLOCK_FUNCTION(R) NO_THREAD_SAFETY_ANALYSIS {} in release() 5527 inline const T& ts_unchecked_read(const T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read() 5532 inline T& ts_unchecked_read(T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read()
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-parsing.cpp | 24 #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 { // \
|
D | warn-thread-safety-verbose.cpp | 24 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
|
D | warn-thread-safety-negative.cpp | 27 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
|
D | warn-thread-safety-analysis.cpp | 27 #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/swiftshader/third_party/marl/include/marl/ |
D | tsa.h | 77 #define NO_THREAD_SAFETY_ANALYSIS \ macro
|
/external/llvm-project/llvm/utils/benchmark/src/ |
D | mutex.h | 64 #define NO_THREAD_SAFETY_ANALYSIS \ macro
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | mutex.h | 64 #define NO_THREAD_SAFETY_ANALYSIS \ macro
|
/external/google-benchmark/src/ |
D | mutex.h | 64 #define NO_THREAD_SAFETY_ANALYSIS \ macro
|
/external/libcxx/utils/google-benchmark/src/ |
D | mutex.h | 64 #define NO_THREAD_SAFETY_ANALYSIS \ macro
|
/external/clang/test/Sema/ |
D | warn-thread-safety-analysis.c | 24 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
|
/external/llvm-project/clang/test/Sema/ |
D | warn-thread-safety-analysis.c | 24 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
|
/external/llvm-project/clang/test/PCH/ |
D | thread-safety-attrs.cpp | 30 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
|
/external/clang/test/PCH/ |
D | thread-safety-attrs.cpp | 30 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
|
/external/clang/docs/ |
D | ThreadSafetyAnalysis.rst | 310 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/llvm-project/clang/docs/ |
D | ThreadSafetyAnalysis.rst | 313 NO_THREAD_SAFETY_ANALYSIS section in Reference Guide 316 ``NO_THREAD_SAFETY_ANALYSIS`` is an attribute on functions or methods, which 328 void unsafeIncrement() NO_THREAD_SAFETY_ANALYSIS { a++; } 331 Unlike the other attributes, NO_THREAD_SAFETY_ANALYSIS is not part of the 688 if it was annotated with ``NO_THREAD_SAFETY_ANALYSIS``. 855 #define NO_THREAD_SAFETY_ANALYSIS \
|