Searched refs:AnnotateIgnoreReadsBegin (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/tsan/lit_tests/
H A Dignore_race.cc10 extern "C" void AnnotateIgnoreReadsBegin(const char *f, int l);
15 AnnotateIgnoreReadsBegin(__FILE__, __LINE__);
/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
H A Ddynamic_annotations.h252 DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsBegin)(__FILE__, __LINE__)
510 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsBegin)(
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc324 void INTERFACE_ATTRIBUTE AnnotateIgnoreReadsBegin(char *f, int l) { function
325 SCOPED_ANNOTATION(AnnotateIgnoreReadsBegin);

Completed in 83 milliseconds