Searched defs:NO_THREAD_SAFETY_ANALYSIS (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/port/
H A Dthread_annotations.h55 #ifndef NO_THREAD_SAFETY_ANALYSIS
56 #define NO_THREAD_SAFETY_ANALYSIS macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dthread_annotations.h131 #define NO_THREAD_SAFETY_ANALYSIS \ macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dthread_annotations.h131 #define NO_THREAD_SAFETY_ANALYSIS \ macro
/external/chromium_org/third_party/webrtc/base/
H A Dthread_annotations.h96 #define NO_THREAD_SAFETY_ANALYSIS \ macro
/external/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c24 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
/external/chromium_org/third_party/re2/util/
H A Dutil.h105 #define NO_THREAD_SAFETY_ANALYSIS macro
/external/regex-re2/util/
H A Dutil.h100 #define NO_THREAD_SAFETY_ANALYSIS macro
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofile-handler.cc101 NO_THREAD_SAFETY_ANALYSIS; member in class:ProfileHandler
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofile-handler.cc101 NO_THREAD_SAFETY_ANALYSIS; member in class:ProfileHandler
/external/clang/test/PCH/
H A Dthread-safety-attrs.cpp30 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
/external/clang/test/SemaCXX/
H A 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; // \ local
116 int noanal_test_var NO_THREAD_SAFETY_ANALYSIS; // \ variable
121 int test_field NO_THREAD_SAFETY_ANALYSIS; // \ member in class:NoanalFoo
123 void test_method() NO_THREAD_SAFETY_ANALYSIS; member in class:NoanalFoo
126 class NO_THREAD_SAFETY_ANALYSIS NoanalTestClass { // \
130 void noanal_fun_params(int lvar NO_THREAD_SAFETY_ANALYSIS); // \
885 class NO_THREAD_SAFETY_ANALYSIS UfTestClas
[all...]
H A Dwarn-thread-safety-analysis.cpp27 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
2024 void Foo::foo1() NO_THREAD_SAFETY_ANALYSIS {
4365 auto func2 = [this]() NO_THREAD_SAFETY_ANALYSIS {
/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc30 #define NO_THREAD_SAFETY_ANALYSIS macro
1124 // This function is marked as NO_THREAD_SAFETY_ANALYSIS because the annotations
1126 void DFA::RWLocker::LockForWriting() NO_THREAD_SAFETY_ANALYSIS {

Completed in 3908 milliseconds