HomeSort by relevance Sort by last modified time
    Searched defs:NO_THREAD_SAFETY_ANALYSIS (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/port/
thread_annotations.h 55 #ifndef NO_THREAD_SAFETY_ANALYSIS
56 #define NO_THREAD_SAFETY_ANALYSIS
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
thread_annotations.h 131 #define NO_THREAD_SAFETY_ANALYSIS \
132 THREAD_ANNOTATION_ATTRIBUTE__(no_thread_safety_analysis)
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
thread_annotations.h 131 #define NO_THREAD_SAFETY_ANALYSIS \
132 THREAD_ANNOTATION_ATTRIBUTE__(no_thread_safety_analysis)
  /art/runtime/
monitor.h 73 NO_THREAD_SAFETY_ANALYSIS; // Reading lock owner without holding lock is racy.
128 void Notify(Thread* self) NO_THREAD_SAFETY_ANALYSIS;
133 void NotifyAll(Thread* self) NO_THREAD_SAFETY_ANALYSIS;
140 NO_THREAD_SAFETY_ANALYSIS;
  /external/clang/test/Sema/
warn-thread-safety-analysis.c 24 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis))
  /art/runtime/base/
macros.h 171 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis))
192 #define NO_THREAD_SAFETY_ANALYSIS
mutex.h 325 void Wait(Thread* self) NO_THREAD_SAFETY_ANALYSIS;
326 void TimedWait(Thread* self, int64_t ms, int32_t ns) NO_THREAD_SAFETY_ANALYSIS;
330 void WaitHoldingLocks(Thread* self) NO_THREAD_SAFETY_ANALYSIS;
  /external/chromium_org/third_party/re2/util/
util.h 101 #define NO_THREAD_SAFETY_ANALYSIS
  /external/regex-re2/util/
util.h 100 #define NO_THREAD_SAFETY_ANALYSIS
  /art/runtime/gc/collector/
mark_sweep.h 167 NO_THREAD_SAFETY_ANALYSIS;
283 bool MarkObjectParallel(const mirror::Object* obj) NO_THREAD_SAFETY_ANALYSIS;
302 NO_THREAD_SAFETY_ANALYSIS;
321 NO_THREAD_SAFETY_ANALYSIS;
  /art/runtime/gc/space/
large_object_space.h 90 bool Contains(const mirror::Object* obj) const NO_THREAD_SAFETY_ANALYSIS;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profile-handler.cc 101 NO_THREAD_SAFETY_ANALYSIS;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profile-handler.cc 101 NO_THREAD_SAFETY_ANALYSIS;
  /external/clang/test/PCH/
thread-safety-attrs.cpp 30 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis))
  /art/runtime/gc/
heap.h 499 void VerifyObjectBody(const mirror::Object *obj) NO_THREAD_SAFETY_ANALYSIS;
  /art/runtime/interpreter/
interpreter.cc 409 static void DoMonitorEnter(Thread* self, Object* ref) NO_THREAD_SAFETY_ANALYSIS {
413 static void DoMonitorExit(Thread* self, Object* ref) NO_THREAD_SAFETY_ANALYSIS {
421 const Instruction* inst, JValue* result) NO_THREAD_SAFETY_ANALYSIS;
529 NO_THREAD_SAFETY_ANALYSIS;
628 NO_THREAD_SAFETY_ANALYSIS ALWAYS_INLINE;
686 NO_THREAD_SAFETY_ANALYSIS ALWAYS_INLINE;
    [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp 24 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis))
99 #if !__has_attribute(no_thread_safety_analysis)
100 #error "Should support no_thread_safety_analysis attribute"
103 void noanal_fun() NO_THREAD_SAFETY_ANALYSIS;
105 void noanal_fun_args() __attribute__((no_thread_safety_analysis(1))); // \
106 // expected-error {{'no_thread_safety_analysis' attribute takes no arguments}}
108 int noanal_testfn(int y) NO_THREAD_SAFETY_ANALYSIS;
111 int x NO_THREAD_SAFETY_ANALYSIS = y; // \
112 // expected-warning {{'no_thread_safety_analysis' attribute only applies to functions and methods}
    [all...]
warn-thread-safety-analysis.cpp 27 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis))
407 void testNoAnal() __attribute__((no_thread_safety_analysis)) {
746 void es_fun_8() __attribute__((no_thread_safety_analysis));
    [all...]
  /external/chromium_org/third_party/re2/re2/
dfa.cc 30 #define NO_THREAD_SAFETY_ANALYSIS
    [all...]

Completed in 3670 milliseconds