HomeSort by relevance Sort by last modified time
    Searched refs:AnnotateIgnoreReadsBegin (Results 1 - 9 of 9) sorted by null

  /external/compiler-rt/test/tsan/
thread_end_with_ignore3.cc 2 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
thread_end_with_ignore.cc 5 extern "C" void AnnotateIgnoreReadsBegin(const char *f, int l);
8 AnnotateIgnoreReadsBegin("", 0);
22 // CHECK: #0 AnnotateIgnoreReadsBegin
ignore_free.cc 5 void AnnotateIgnoreReadsBegin(const char *f, int l);
23 AnnotateIgnoreReadsBegin(__FILE__, __LINE__);
ignore_race.cc 8 extern "C" void AnnotateIgnoreReadsBegin(const char *f, int l);
13 AnnotateIgnoreReadsBegin(__FILE__, __LINE__);
ignore_malloc.cc 5 void AnnotateIgnoreReadsBegin(const char *f, int l);
ignored-interceptors-mmap.cc 11 void AnnotateIgnoreReadsBegin(const char *f, int l);
  /external/valgrind/drd/tests/
annotate_static.cpp 19 static inline void AnnotateIgnoreReadsBegin() { ANNOTATE_IGNORE_READS_BEGIN(); }
26 AnnotateIgnoreReadsBegin();
  /external/libchrome/base/third_party/dynamic_annotations/
dynamic_annotations.h 251 DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsBegin)(__FILE__, __LINE__)
515 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreReadsBegin)(
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 379 void INTERFACE_ATTRIBUTE AnnotateIgnoreReadsBegin(char *f, int l) {
380 SCOPED_ANNOTATION(AnnotateIgnoreReadsBegin);

Completed in 248 milliseconds