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

  /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)(
  /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 36 milliseconds