HomeSort by relevance Sort by last modified time
    Searched refs:AnnotateIgnoreReadsBegin (Results 1 - 16 of 16) sorted by null

  /external/compiler-rt/test/tsan/
thread_end_with_ignore3.cc 2 extern "C" void AnnotateIgnoreReadsBegin(const char *f, int l);
6 AnnotateIgnoreReadsBegin("", 0);
7 AnnotateIgnoreReadsBegin("", 0);
10 AnnotateIgnoreReadsBegin("", 0);
11 AnnotateIgnoreReadsBegin("", 0);
17 // CHECK: #0 AnnotateIgnoreReadsBegin
20 // CHECK: #0 AnnotateIgnoreReadsBegin
thread_end_with_ignore.cc 5 extern "C" void AnnotateIgnoreReadsBegin(const char *f, int l);
8 AnnotateIgnoreReadsBegin("", 0);
22 // CHECK: #0 AnnotateIgnoreReadsBegin
ignore_free.cc 8 void AnnotateIgnoreReadsBegin(const char *f, int l);
24 AnnotateIgnoreReadsBegin(__FILE__, __LINE__);
ignore_race.cc 10 extern "C" void AnnotateIgnoreReadsBegin(const char *f, int l);
15 AnnotateIgnoreReadsBegin(__FILE__, __LINE__);
ignore_malloc.cc 8 void AnnotateIgnoreReadsBegin(const char *f, int l);
  /external/chromium_org/third_party/skia/include/core/
SkDynamicAnnotations.h 20 void AnnotateIgnoreReadsBegin(const char* file, int line);
34 AnnotateIgnoreReadsBegin(__FILE__, __LINE__);
  /external/skia/include/core/
SkDynamicAnnotations.h 20 void AnnotateIgnoreReadsBegin(const char* file, int line);
34 AnnotateIgnoreReadsBegin(__FILE__, __LINE__);
  /external/valgrind/main/drd/tests/
annotate_static.cpp 19 static inline void AnnotateIgnoreReadsBegin() { ANNOTATE_IGNORE_READS_BEGIN(); }
26 AnnotateIgnoreReadsBegin();
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.h 221 AnnotateIgnoreReadsBegin(__FILE__, __LINE__)
476 void AnnotateIgnoreReadsBegin(const char *file, int line)
581 AnnotateIgnoreReadsBegin(__FILE__, __LINE__)
dynamic_annotations.c 125 void AnnotateIgnoreReadsBegin(const char *file, int line){}
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.h 221 AnnotateIgnoreReadsBegin(__FILE__, __LINE__)
476 void AnnotateIgnoreReadsBegin(const char *file, int line)
581 AnnotateIgnoreReadsBegin(__FILE__, __LINE__)
dynamic_annotations.c 125 void AnnotateIgnoreReadsBegin(const char *file, int line){}
  /external/chromium_org/third_party/cld/base/
dynamic_annotations.h 161 AnnotateIgnoreReadsBegin(__FILE__, __LINE__)
310 extern "C" void AnnotateIgnoreReadsBegin(const char *file, int line);
  /external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.c 190 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsBegin)(
dynamic_annotations.h 251 DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsBegin)(__FILE__, __LINE__)
515 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsBegin)(
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 379 void INTERFACE_ATTRIBUTE AnnotateIgnoreReadsBegin(char *f, int l) {
380 SCOPED_ANNOTATION(AnnotateIgnoreReadsBegin);

Completed in 765 milliseconds