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

  /external/compiler-rt/lib/tsan/lit_tests/
ignore_race.cc 10 extern "C" void AnnotateIgnoreReadsBegin(const char *f, int l);
15 AnnotateIgnoreReadsBegin(__FILE__, __LINE__);
  /external/valgrind/main/drd/tests/
annotate_static.cpp 19 static inline void AnnotateIgnoreReadsBegin() { ANNOTATE_IGNORE_READS_BEGIN(); }
26 AnnotateIgnoreReadsBegin();
  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.c 111 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsBegin)(
dynamic_annotations.h 252 DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsBegin)(__FILE__, __LINE__)
510 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsBegin)(
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 324 void INTERFACE_ATTRIBUTE AnnotateIgnoreReadsBegin(char *f, int l) {
325 SCOPED_ANNOTATION(AnnotateIgnoreReadsBegin);

Completed in 45 milliseconds