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

/external/compiler-rt/test/tsan/
H A Dthread_end_with_ignore3.cc2 extern "C" void AnnotateIgnoreReadsBegin(const char *f, int l);
6 AnnotateIgnoreReadsBegin("", 0);
7 AnnotateIgnoreReadsBegin("", 0);
10 AnnotateIgnoreReadsBegin("", 0);
11 AnnotateIgnoreReadsBegin("", 0);
17 // CHECK: #0 AnnotateIgnoreReadsBegin
20 // CHECK: #0 AnnotateIgnoreReadsBegin
H A Dthread_end_with_ignore.cc5 extern "C" void AnnotateIgnoreReadsBegin(const char *f, int l);
8 AnnotateIgnoreReadsBegin("", 0);
22 // CHECK: #0 AnnotateIgnoreReadsBegin
H A Dignore_free.cc5 void AnnotateIgnoreReadsBegin(const char *f, int l);
23 AnnotateIgnoreReadsBegin(__FILE__, __LINE__);
H A Dignore_race.cc8 extern "C" void AnnotateIgnoreReadsBegin(const char *f, int l);
13 AnnotateIgnoreReadsBegin(__FILE__, __LINE__);
H A Dignore_malloc.cc5 void AnnotateIgnoreReadsBegin(const char *f, int l);
H A Dignored-interceptors-mmap.cc11 void AnnotateIgnoreReadsBegin(const char *f, int l);
/external/valgrind/drd/tests/
H A Dannotate_static.cpp19 static inline void AnnotateIgnoreReadsBegin() { ANNOTATE_IGNORE_READS_BEGIN(); } function
26 AnnotateIgnoreReadsBegin();
/external/libchrome/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.h251 DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsBegin)(__FILE__, __LINE__)
515 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsBegin)(
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc379 void INTERFACE_ATTRIBUTE AnnotateIgnoreReadsBegin(char *f, int l) { function
380 SCOPED_ANNOTATION(AnnotateIgnoreReadsBegin);

Completed in 123 milliseconds