Home
last modified time | relevance | path

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

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