Home
last modified time | relevance | path

Searched refs:AnnotateRWLockAcquired (Results 1 – 25 of 32) sorted by relevance

12

/external/compiler-rt/test/tsan/
Dmutex_bad_read_lock.cc2 extern "C" void AnnotateRWLockAcquired(const char *f, int l, void *m, long rw);
6 AnnotateRWLockAcquired(__FILE__, __LINE__, &m, 1); in main()
7 AnnotateRWLockAcquired(__FILE__, __LINE__, &m, 0); in main()
Dmutex_double_lock.cc5 extern "C" void AnnotateRWLockAcquired(const char *f, int l, void *m, long rw);
8 AnnotateRWLockAcquired(__FILE__, __LINE__, m, 1); in ThreadFunc()
14 AnnotateRWLockAcquired(__FILE__, __LINE__, &m, 1); in main()
Dmutex_bad_read_unlock.cc2 extern "C" void AnnotateRWLockAcquired(const char *f, int l, void *m, long rw);
7 AnnotateRWLockAcquired(__FILE__, __LINE__, &m, 1); in main()
Dtest.h88 void AnnotateRWLockAcquired(const char *f, int l, void *m, long is_w);
102 AnnotateRWLockAcquired(__FILE__, __LINE__, m, is_w)
/external/llvm-project/compiler-rt/test/tsan/
Dmutex_bad_read_lock.cpp2 extern "C" void AnnotateRWLockAcquired(const char *f, int l, void *m, long rw);
6 AnnotateRWLockAcquired(__FILE__, __LINE__, &m, 1); in main()
7 AnnotateRWLockAcquired(__FILE__, __LINE__, &m, 0); in main()
Dmutex_double_lock.cpp5 extern "C" void AnnotateRWLockAcquired(const char *f, int l, void *m, long rw);
8 AnnotateRWLockAcquired(__FILE__, __LINE__, m, 1); in ThreadFunc()
14 AnnotateRWLockAcquired(__FILE__, __LINE__, &m, 1); in main()
Dmutex_bad_read_unlock.cpp2 extern "C" void AnnotateRWLockAcquired(const char *f, int l, void *m, long rw);
7 AnnotateRWLockAcquired(__FILE__, __LINE__, &m, 1); in main()
Dtest.h75 void AnnotateRWLockAcquired(const char *f, int l, void *m, long is_w);
94 AnnotateRWLockAcquired(__FILE__, __LINE__, m, is_w)
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Ddynamic_annotations.h35 AnnotateRWLockAcquired(__FILE__, __LINE__, (void*)(addr), (is_w))
48 void AnnotateRWLockAcquired(const char* file, int line,
/external/webrtc/third_party/abseil-cpp/absl/base/
Ddynamic_annotations.h111 AnnotateRWLockAcquired(__FILE__, __LINE__, lock, is_w)
247 void AnnotateRWLockAcquired(const char *file, int line,
Ddynamic_annotations.cc49 void AnnotateRWLockAcquired(const char *, int, in AnnotateRWLockAcquired() function
/external/abseil-cpp/absl/base/
Ddynamic_annotations.h111 AnnotateRWLockAcquired(__FILE__, __LINE__, lock, is_w)
247 void AnnotateRWLockAcquired(const char *file, int line,
Ddynamic_annotations.cc49 void AnnotateRWLockAcquired(const char *, int, in AnnotateRWLockAcquired() function
/external/angle/third_party/abseil-cpp/absl/base/
Ddynamic_annotations.h173 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateRWLockAcquired) \
204 void AnnotateRWLockAcquired(const char* file, int line,
/external/libtextclassifier/abseil-cpp/absl/base/
Ddynamic_annotations.h173 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateRWLockAcquired) \
204 void AnnotateRWLockAcquired(const char* file, int line,
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Ddynamic_annotations.h173 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateRWLockAcquired) \
204 void AnnotateRWLockAcquired(const char* file, int line,
/external/openscreen/third_party/abseil/src/absl/base/
Ddynamic_annotations.h173 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateRWLockAcquired) \
204 void AnnotateRWLockAcquired(const char* file, int line,
/external/llvm-project/openmp/runtime/src/
Dtsan_annotations.h38 void AnnotateRWLockAcquired(const char *f, int l, uptr m, uptr is_w);
88 AnnotateRWLockAcquired(__FILE__, __LINE__, (uptr)lck, 1)
/external/skia/src/core/
DSkSharedMutex.cpp30 AnnotateRWLockAcquired(__FILE__, __LINE__, lock, is_w)
55 void AnnotateRWLockAcquired(
/external/skqp/src/core/
DSkSharedMutex.cpp30 AnnotateRWLockAcquired(__FILE__, __LINE__, lock, is_w)
55 void AnnotateRWLockAcquired(
/external/python/cpython3/Include/
Ddynamic_annotations.h278 AnnotateRWLockAcquired(__FILE__, __LINE__, lock, is_w)
379 void AnnotateRWLockAcquired(const char *file, int line,
/external/python/cpython3/Python/
Ddynamic_annotations.c52 void AnnotateRWLockAcquired(const char *file, int line, in AnnotateRWLockAcquired() function
/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h323 DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockAcquired)(__FILE__, __LINE__, lock, \
438 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockAcquired)(
Ddynamic_annotations.c81 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockAcquired)( in DYNAMIC_ANNOTATIONS_NAME() argument
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Ddynamic_annotations.h175 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateRWLockAcquired) \

12