Home
last modified time | relevance | path

Searched refs:AnnotateIgnoreReadsEnd (Results 1 – 6 of 6) 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);
/external/valgrind/drd/tests/
Dannotate_static.cpp20 static inline void AnnotateIgnoreReadsEnd() { ANNOTATE_IGNORE_READS_END(); } in AnnotateIgnoreReadsEnd() function
28 AnnotateIgnoreReadsEnd(); in thread_func()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc382 void INTERFACE_ATTRIBUTE AnnotateIgnoreReadsEnd(char *f, int l) { in AnnotateIgnoreReadsEnd() function
383 SCOPED_ANNOTATION(AnnotateIgnoreReadsEnd); in AnnotateIgnoreReadsEnd()