Searched defs:AnnotateIgnoreReadsBegin (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dannotate_static.cpp19 static inline void AnnotateIgnoreReadsBegin() { ANNOTATE_IGNORE_READS_BEGIN(); } function
26 AnnotateIgnoreReadsBegin();
/external/chromium/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.c111 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsBegin)( function
/external/valgrind/dynamic_annotations/
H A Ddynamic_annotations.c122 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsBegin)( function
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc309 void AnnotateIgnoreReadsBegin(char *f, int l) { function
310 SCOPED_ANNOTATION(AnnotateIgnoreReadsBegin);

Completed in 127 milliseconds