Home
last modified time | relevance | path

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

12

/external/libchrome/base/
Dthread_annotations.h188 #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/
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()
/external/openscreen/third_party/abseil/src/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()
/external/libtextclassifier/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()
/external/webrtc/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()
/external/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()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dutil.h38 #ifndef NO_THREAD_SAFETY_ANALYSIS
39 #define NO_THREAD_SAFETY_ANALYSIS macro
/external/llvm-project/clang/test/SemaCXX/
Dwarn-thread-safety-parsing.cpp26 #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 { // \
Dthread-safety-annotations.h43 #define NO_THREAD_SAFETY_ANALYSIS __attribute__((no_thread_safety_analysis)) macro
Dwarn-thread-safety-analysis.cpp435 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/
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/swiftshader/third_party/marl/include/marl/
Dtsa.h77 #define NO_THREAD_SAFETY_ANALYSIS \ macro
/external/llvm-project/llvm/utils/benchmark/src/
Dmutex.h64 #define NO_THREAD_SAFETY_ANALYSIS \ macro
/external/llvm-project/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/libcxx/utils/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/llvm-project/clang/test/Sema/
Dwarn-thread-safety-analysis.c24 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
/external/llvm-project/clang/test/PCH/
Dthread-safety-attrs.cpp30 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
/external/clang/test/PCH/
Dthread-safety-attrs.cpp30 #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/llvm-project/clang/docs/
DThreadSafetyAnalysis.rst313 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 \

12