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

  /external/valgrind/main/drd/tests/
annotate_static.cpp 20 static inline void AnnotateIgnoreReadsEnd() { ANNOTATE_IGNORE_READS_END(); }
28 AnnotateIgnoreReadsEnd();
  /external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.c 194 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsEnd)(
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.c 126 void AnnotateIgnoreReadsEnd(const char *file, int line){}
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.c 126 void AnnotateIgnoreReadsEnd(const char *file, int line){}
  /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 522 milliseconds