Home
last modified time | relevance | path

Searched refs:AnnotateIgnoreWritesEnd (Results 1 – 13 of 13) sorted by relevance

/external/compiler-rt/test/tsan/
Dignore_race.cc7 extern "C" void AnnotateIgnoreWritesEnd(const char *f, int l);
16 AnnotateIgnoreWritesEnd(__FILE__, __LINE__); in Thread()
Dignore_malloc.cc8 void AnnotateIgnoreWritesEnd(const char *f, int l);
26 AnnotateIgnoreWritesEnd(__FILE__, __LINE__); in main()
Dignore_free.cc8 void AnnotateIgnoreWritesEnd(const char *f, int l);
27 AnnotateIgnoreWritesEnd(__FILE__, __LINE__); in main()
Dignored-interceptors-mmap.cc14 void AnnotateIgnoreWritesEnd(const char *f, int l);
34 AnnotateIgnoreWritesEnd(__FILE__, __LINE__); in mmap_and_ignore_reads_and_writes()
/external/v8/src/base/
Dtsan.h24 v8::base::AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
31 void AnnotateIgnoreWritesEnd(const char* file, int line);
/external/llvm/include/llvm/Support/
DCompiler.h412 void AnnotateIgnoreWritesEnd(const char *file, int line);
427 # define TsanIgnoreWritesEnd() AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h413 void AnnotateIgnoreWritesEnd(const char *file, int line);
430 # define TsanIgnoreWritesEnd() AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
/external/python/cpython3/Include/
Ddynamic_annotations.h219 AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
435 void AnnotateIgnoreWritesEnd(const char *file, int line);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCompiler.h412 void AnnotateIgnoreWritesEnd(const char *file, int line);
429 # define TsanIgnoreWritesEnd() AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
/external/python/cpython3/Python/
Ddynamic_annotations.c109 void AnnotateIgnoreWritesEnd(const char *file, int line){} in AnnotateIgnoreWritesEnd() function
/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h263 DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreWritesEnd)(__FILE__, __LINE__)
521 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreWritesEnd)(
Ddynamic_annotations.c202 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreWritesEnd)( in DYNAMIC_ANNOTATIONS_NAME() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc394 void INTERFACE_ATTRIBUTE AnnotateIgnoreWritesEnd(char *f, int l) { in AnnotateIgnoreWritesEnd() function
395 SCOPED_ANNOTATION(AnnotateIgnoreWritesEnd); in AnnotateIgnoreWritesEnd()