Home
last modified time | relevance | path

Searched refs:AnnotateIgnoreReadsEnd (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/test/tsan/
Dthread_end_with_ignore3.cc3 extern "C" void AnnotateIgnoreReadsEnd(const char *f, int l);
8 AnnotateIgnoreReadsEnd("", 0); in main()
9 AnnotateIgnoreReadsEnd("", 0); in main()
12 AnnotateIgnoreReadsEnd("", 0); in main()
Dignore_race.cc9 extern "C" void AnnotateIgnoreReadsEnd(const char *f, int l);
15 AnnotateIgnoreReadsEnd(__FILE__, __LINE__); in Thread()
Dignore_free.cc6 void AnnotateIgnoreReadsEnd(const char *f, int l);
26 AnnotateIgnoreReadsEnd(__FILE__, __LINE__); in main()
Dignore_malloc.cc6 void AnnotateIgnoreReadsEnd(const char *f, int l);
Dignored-interceptors-mmap.cc12 void AnnotateIgnoreReadsEnd(const char *f, int l);
/external/valgrind/drd/tests/
Dannotate_static.cpp20 static inline void AnnotateIgnoreReadsEnd() { ANNOTATE_IGNORE_READS_END(); } in AnnotateIgnoreReadsEnd() function
28 AnnotateIgnoreReadsEnd(); in thread_func()
/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h255 DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsEnd)(__FILE__, __LINE__)
517 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsEnd)(
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc384 void INTERFACE_ATTRIBUTE AnnotateIgnoreReadsEnd(char *f, int l) { in AnnotateIgnoreReadsEnd() function
385 SCOPED_ANNOTATION(AnnotateIgnoreReadsEnd); in AnnotateIgnoreReadsEnd()