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

  /external/compiler-rt/test/tsan/
ignore_free.cc 8 void AnnotateIgnoreWritesEnd(const char *f, int l);
27 AnnotateIgnoreWritesEnd(__FILE__, __LINE__);
ignore_malloc.cc 8 void AnnotateIgnoreWritesEnd(const char *f, int l);
26 AnnotateIgnoreWritesEnd(__FILE__, __LINE__);
ignore_race.cc 7 extern "C" void AnnotateIgnoreWritesEnd(const char *f, int l);
16 AnnotateIgnoreWritesEnd(__FILE__, __LINE__);
ignored-interceptors-mmap.cc 14 void AnnotateIgnoreWritesEnd(const char *f, int l);
34 AnnotateIgnoreWritesEnd(__FILE__, __LINE__);
  /external/v8/src/base/
tsan.h 24 v8::base::AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
31 void AnnotateIgnoreWritesEnd(const char* file, int line);
  /external/python/cpython3/Python/
dynamic_annotations.c 109 void AnnotateIgnoreWritesEnd(const char *file, int line){}
  /external/llvm/include/llvm/Support/
Compiler.h 412 void AnnotateIgnoreWritesEnd(const char *file, int line);
427 # define TsanIgnoreWritesEnd() AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
  /external/python/cpython3/Include/
dynamic_annotations.h 219 AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
435 void AnnotateIgnoreWritesEnd(const char *file, int line);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Compiler.h 413 void AnnotateIgnoreWritesEnd(const char *file, int line);
430 # define TsanIgnoreWritesEnd() AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
  /external/libchrome/base/third_party/dynamic_annotations/
dynamic_annotations.c 202 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreWritesEnd)(
dynamic_annotations.h 263 DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreWritesEnd)(__FILE__, __LINE__)
521 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreWritesEnd)(
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Compiler.h 412 void AnnotateIgnoreWritesEnd(const char *file, int line);
429 # define TsanIgnoreWritesEnd() AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 394 void INTERFACE_ATTRIBUTE AnnotateIgnoreWritesEnd(char *f, int l) {
395 SCOPED_ANNOTATION(AnnotateIgnoreWritesEnd);

Completed in 202 milliseconds