HomeSort by relevance Sort by last modified time
    Searched refs:AnnotateIgnoreReadsEnd (Results 1 - 8 of 8) 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 6 void AnnotateIgnoreReadsEnd(const char *f, int l);
26 AnnotateIgnoreReadsEnd(__FILE__, __LINE__);
ignore_race.cc 9 extern "C" void AnnotateIgnoreReadsEnd(const char *f, int l);
15 AnnotateIgnoreReadsEnd(__FILE__, __LINE__);
ignore_malloc.cc 6 void AnnotateIgnoreReadsEnd(const char *f, int l);
ignored-interceptors-mmap.cc 12 void AnnotateIgnoreReadsEnd(const char *f, int l);
  /external/valgrind/drd/tests/
annotate_static.cpp 20 static inline void AnnotateIgnoreReadsEnd() { ANNOTATE_IGNORE_READS_END(); }
28 AnnotateIgnoreReadsEnd();
  /external/libchrome/base/third_party/dynamic_annotations/
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 352 milliseconds