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

  /external/compiler-rt/test/tsan/
thread_end_with_ignore3.cc 3 extern "C" void AnnotateIgnoreReadsEnd(const char *f, int l);
8 AnnotateIgnoreReadsEnd("", 0);
9 AnnotateIgnoreReadsEnd("", 0);
12 AnnotateIgnoreReadsEnd("", 0);
ignore_free.cc 9 void AnnotateIgnoreReadsEnd(const char *f, int l);
27 AnnotateIgnoreReadsEnd(__FILE__, __LINE__);
ignore_race.cc 11 extern "C" void AnnotateIgnoreReadsEnd(const char *f, int l);
17 AnnotateIgnoreReadsEnd(__FILE__, __LINE__);
ignore_malloc.cc 9 void AnnotateIgnoreReadsEnd(const char *f, int l);
  /external/chromium_org/third_party/skia/include/core/
SkDynamicAnnotations.h 21 void AnnotateIgnoreReadsEnd(const char* file, int line);
36 AnnotateIgnoreReadsEnd(__FILE__, __LINE__);
  /external/skia/include/core/
SkDynamicAnnotations.h 21 void AnnotateIgnoreReadsEnd(const char* file, int line);
36 AnnotateIgnoreReadsEnd(__FILE__, __LINE__);
  /external/valgrind/main/drd/tests/
annotate_static.cpp 20 static inline void AnnotateIgnoreReadsEnd() { ANNOTATE_IGNORE_READS_END(); }
28 AnnotateIgnoreReadsEnd();
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.h 225 AnnotateIgnoreReadsEnd(__FILE__, __LINE__)
479 void AnnotateIgnoreReadsEnd(const char *file, int line)
585 AnnotateIgnoreReadsEnd(__FILE__, __LINE__)
dynamic_annotations.c 126 void AnnotateIgnoreReadsEnd(const char *file, int line){}
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.h 225 AnnotateIgnoreReadsEnd(__FILE__, __LINE__)
479 void AnnotateIgnoreReadsEnd(const char *file, int line)
585 AnnotateIgnoreReadsEnd(__FILE__, __LINE__)
dynamic_annotations.c 126 void AnnotateIgnoreReadsEnd(const char *file, int line){}
  /external/chromium_org/third_party/cld/base/
dynamic_annotations.h 165 AnnotateIgnoreReadsEnd(__FILE__, __LINE__)
311 extern "C" void AnnotateIgnoreReadsEnd(const char *file, int line);
  /external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.c 194 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsEnd)(
dynamic_annotations.h 255 DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsEnd)(__FILE__, __LINE__)
517 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsEnd)(
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 384 void INTERFACE_ATTRIBUTE AnnotateIgnoreReadsEnd(char *f, int l) {
385 SCOPED_ANNOTATION(AnnotateIgnoreReadsEnd);

Completed in 307 milliseconds