Home
last modified time | relevance | path

Searched refs:AnnotateRWLockReleased (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/compiler-rt/test/tsan/
Dmutex_bad_unlock.cpp2 extern "C" void AnnotateRWLockReleased(const char *f, int l, void *m, long rw);
6 AnnotateRWLockReleased(__FILE__, __LINE__, &m, 1); in main()
Dmutex_bad_read_unlock.cpp3 extern "C" void AnnotateRWLockReleased(const char *f, int l, void *m, long rw);
8 AnnotateRWLockReleased(__FILE__, __LINE__, &m, 0); in main()
Dtest.h76 void AnnotateRWLockReleased(const char *f, int l, void *m, long is_w);
96 AnnotateRWLockReleased(__FILE__, __LINE__, m, is_w)
/external/compiler-rt/test/tsan/
Dmutex_bad_unlock.cc2 extern "C" void AnnotateRWLockReleased(const char *f, int l, void *m, long rw);
6 AnnotateRWLockReleased(__FILE__, __LINE__, &m, 1); in main()
Dmutex_bad_read_unlock.cc3 extern "C" void AnnotateRWLockReleased(const char *f, int l, void *m, long rw);
8 AnnotateRWLockReleased(__FILE__, __LINE__, &m, 0); in main()
Dtest.h89 void AnnotateRWLockReleased(const char *f, int l, void *m, long is_w);
104 AnnotateRWLockReleased(__FILE__, __LINE__, m, is_w)
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Ddynamic_annotations.h37 AnnotateRWLockReleased(__FILE__, __LINE__, (void*)(addr), (is_w))
50 void AnnotateRWLockReleased(const char* file, int line,
/external/webrtc/third_party/abseil-cpp/absl/base/
Ddynamic_annotations.h115 AnnotateRWLockReleased(__FILE__, __LINE__, lock, is_w)
249 void AnnotateRWLockReleased(const char *file, int line,
Ddynamic_annotations.cc51 void AnnotateRWLockReleased(const char *, int, in AnnotateRWLockReleased() function
/external/abseil-cpp/absl/base/
Ddynamic_annotations.h115 AnnotateRWLockReleased(__FILE__, __LINE__, lock, is_w)
249 void AnnotateRWLockReleased(const char *file, int line,
Ddynamic_annotations.cc51 void AnnotateRWLockReleased(const char *, int, in AnnotateRWLockReleased() function
/external/angle/third_party/abseil-cpp/absl/base/
Ddynamic_annotations.h179 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateRWLockReleased) \
206 void AnnotateRWLockReleased(const char* file, int line,
/external/libtextclassifier/abseil-cpp/absl/base/
Ddynamic_annotations.h179 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateRWLockReleased) \
206 void AnnotateRWLockReleased(const char* file, int line,
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Ddynamic_annotations.h179 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateRWLockReleased) \
206 void AnnotateRWLockReleased(const char* file, int line,
/external/openscreen/third_party/abseil/src/absl/base/
Ddynamic_annotations.h179 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateRWLockReleased) \
206 void AnnotateRWLockReleased(const char* file, int line,
/external/llvm-project/openmp/runtime/src/
Dtsan_annotations.h39 void AnnotateRWLockReleased(const char *f, int l, uptr m, uptr is_w);
90 AnnotateRWLockReleased(__FILE__, __LINE__, (uptr)lck, 1)
Dtsan_annotations.cpp43 AnnotateRWLockReleased(const char *f, int l, uptr m, uptr is_w) {} in AnnotateRWLockReleased() function
/external/skia/src/core/
DSkSharedMutex.cpp34 AnnotateRWLockReleased(__FILE__, __LINE__, lock, is_w)
58 void AnnotateRWLockReleased(
/external/skqp/src/core/
DSkSharedMutex.cpp34 AnnotateRWLockReleased(__FILE__, __LINE__, lock, is_w)
58 void AnnotateRWLockReleased(
/external/python/cpython3/Include/
Ddynamic_annotations.h282 AnnotateRWLockReleased(__FILE__, __LINE__, lock, is_w)
381 void AnnotateRWLockReleased(const char *file, int line,
/external/python/cpython3/Python/
Ddynamic_annotations.c54 void AnnotateRWLockReleased(const char *file, int line, in AnnotateRWLockReleased() function
/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h328 DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockReleased)(__FILE__, __LINE__, lock, \
441 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockReleased)(
Ddynamic_annotations.c85 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockReleased)( in DYNAMIC_ANNOTATIONS_NAME() argument
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Ddynamic_annotations.h181 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateRWLockReleased) \
/external/openscreen/third_party/abseil/src/absl/base/internal/
Ddynamic_annotations.h181 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateRWLockReleased) \

12