Home
last modified time | relevance | path

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

12

/external/compiler-rt/test/tsan/
Dignore_malloc.cc8 void AnnotateIgnoreWritesEnd(const char *f, int l);
26 AnnotateIgnoreWritesEnd(__FILE__, __LINE__); in main()
Dignore_race.cc7 extern "C" void AnnotateIgnoreWritesEnd(const char *f, int l);
16 AnnotateIgnoreWritesEnd(__FILE__, __LINE__); in Thread()
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/llvm-project/compiler-rt/test/tsan/
Dignore_malloc.cpp19 AnnotateIgnoreWritesEnd(__FILE__, __LINE__); in main()
Dignore_race.cpp11 AnnotateIgnoreWritesEnd(__FILE__, __LINE__); in Thread()
Dignore_free.cpp20 AnnotateIgnoreWritesEnd(__FILE__, __LINE__); in main()
Dignored-interceptors-mmap.cpp22 if (ignore) AnnotateIgnoreWritesEnd(__FILE__, __LINE__); in mmap_ignored()
Dtest.h81 void AnnotateIgnoreWritesEnd(const char *f, int l);
/external/webrtc/third_party/abseil-cpp/absl/base/
Ddynamic_annotations.h187 AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
275 void AnnotateIgnoreWritesEnd(const char *file, int line);
Ddynamic_annotations.cc65 void AnnotateIgnoreWritesEnd(const char *, int){} in AnnotateIgnoreWritesEnd() function
/external/abseil-cpp/absl/base/
Ddynamic_annotations.h187 AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
275 void AnnotateIgnoreWritesEnd(const char *file, int line);
Ddynamic_annotations.cc65 void AnnotateIgnoreWritesEnd(const char *, int){} in AnnotateIgnoreWritesEnd() function
/external/angle/third_party/abseil-cpp/absl/base/
Ddynamic_annotations.h360 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateIgnoreWritesEnd)(__FILE__, __LINE__)
366 void AnnotateIgnoreWritesEnd(const char* file, int line);
/external/libtextclassifier/abseil-cpp/absl/base/
Ddynamic_annotations.h349 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateIgnoreWritesEnd)(__FILE__, __LINE__)
355 void AnnotateIgnoreWritesEnd(const char* file, int line);
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Ddynamic_annotations.h349 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateIgnoreWritesEnd)(__FILE__, __LINE__)
355 void AnnotateIgnoreWritesEnd(const char* file, int line);
/external/openscreen/third_party/abseil/src/absl/base/
Ddynamic_annotations.h349 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateIgnoreWritesEnd)(__FILE__, __LINE__)
355 void AnnotateIgnoreWritesEnd(const char* file, int line);
/external/llvm-project/openmp/runtime/src/
Dtsan_annotations.h58 void AnnotateIgnoreWritesEnd(const char *f, int l);
84 #define ANNOTATE_IGNORE_WRITES_END() AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
/external/llvm-project/compiler-rt/test/tsan/Darwin/
Dmach_vm_allocate.c50 AnnotateIgnoreWritesEnd(__FILE__, __LINE__); in Thread()
/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.h422 void AnnotateIgnoreWritesEnd(const char *file, int line);
439 # define TsanIgnoreWritesEnd() AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
/external/python/cpython3/Include/
Ddynamic_annotations.h219 AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
435 void AnnotateIgnoreWritesEnd(const char *file, int line);
/external/llvm-project/llvm/include/llvm/Support/
DCompiler.h468 void AnnotateIgnoreWritesEnd(const char *file, int line);
485 # define TsanIgnoreWritesEnd() AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
/external/python/cpython3/Python/
Ddynamic_annotations.c109 void AnnotateIgnoreWritesEnd(const char *file, int line){} in AnnotateIgnoreWritesEnd() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCompiler.h452 void AnnotateIgnoreWritesEnd(const char *file, int line);
469 # define TsanIgnoreWritesEnd() AnnotateIgnoreWritesEnd(__FILE__, __LINE__)

12