/external/compiler-rt/test/tsan/ |
D | mutex_bad_read_lock.cc | 2 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()
|
D | mutex_double_lock.cc | 5 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()
|
D | mutex_bad_read_unlock.cc | 2 extern "C" void AnnotateRWLockAcquired(const char *f, int l, void *m, long rw); 7 AnnotateRWLockAcquired(__FILE__, __LINE__, &m, 1); in main()
|
D | test.h | 88 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/ |
D | mutex_bad_read_lock.cpp | 2 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()
|
D | mutex_double_lock.cpp | 5 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()
|
D | mutex_bad_read_unlock.cpp | 2 extern "C" void AnnotateRWLockAcquired(const char *f, int l, void *m, long rw); 7 AnnotateRWLockAcquired(__FILE__, __LINE__, &m, 1); in main()
|
D | test.h | 75 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/ |
D | dynamic_annotations.h | 35 AnnotateRWLockAcquired(__FILE__, __LINE__, (void*)(addr), (is_w)) 48 void AnnotateRWLockAcquired(const char* file, int line,
|
/external/webrtc/third_party/abseil-cpp/absl/base/ |
D | dynamic_annotations.h | 111 AnnotateRWLockAcquired(__FILE__, __LINE__, lock, is_w) 247 void AnnotateRWLockAcquired(const char *file, int line,
|
D | dynamic_annotations.cc | 49 void AnnotateRWLockAcquired(const char *, int, in AnnotateRWLockAcquired() function
|
/external/abseil-cpp/absl/base/ |
D | dynamic_annotations.h | 111 AnnotateRWLockAcquired(__FILE__, __LINE__, lock, is_w) 247 void AnnotateRWLockAcquired(const char *file, int line,
|
D | dynamic_annotations.cc | 49 void AnnotateRWLockAcquired(const char *, int, in AnnotateRWLockAcquired() function
|
/external/angle/third_party/abseil-cpp/absl/base/ |
D | dynamic_annotations.h | 173 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateRWLockAcquired) \ 204 void AnnotateRWLockAcquired(const char* file, int line,
|
/external/libtextclassifier/abseil-cpp/absl/base/ |
D | dynamic_annotations.h | 173 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/ |
D | dynamic_annotations.h | 173 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateRWLockAcquired) \ 204 void AnnotateRWLockAcquired(const char* file, int line,
|
/external/openscreen/third_party/abseil/src/absl/base/ |
D | dynamic_annotations.h | 173 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateRWLockAcquired) \ 204 void AnnotateRWLockAcquired(const char* file, int line,
|
/external/llvm-project/openmp/runtime/src/ |
D | tsan_annotations.h | 38 void AnnotateRWLockAcquired(const char *f, int l, uptr m, uptr is_w); 88 AnnotateRWLockAcquired(__FILE__, __LINE__, (uptr)lck, 1)
|
/external/skia/src/core/ |
D | SkSharedMutex.cpp | 30 AnnotateRWLockAcquired(__FILE__, __LINE__, lock, is_w) 55 void AnnotateRWLockAcquired(
|
/external/skqp/src/core/ |
D | SkSharedMutex.cpp | 30 AnnotateRWLockAcquired(__FILE__, __LINE__, lock, is_w) 55 void AnnotateRWLockAcquired(
|
/external/python/cpython3/Include/ |
D | dynamic_annotations.h | 278 AnnotateRWLockAcquired(__FILE__, __LINE__, lock, is_w) 379 void AnnotateRWLockAcquired(const char *file, int line,
|
/external/python/cpython3/Python/ |
D | dynamic_annotations.c | 52 void AnnotateRWLockAcquired(const char *file, int line, in AnnotateRWLockAcquired() function
|
/external/libchrome/base/third_party/dynamic_annotations/ |
D | dynamic_annotations.h | 323 DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockAcquired)(__FILE__, __LINE__, lock, \ 438 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockAcquired)(
|
D | dynamic_annotations.c | 81 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockAcquired)( in DYNAMIC_ANNOTATIONS_NAME() argument
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | dynamic_annotations.h | 175 ABSL_INTERNAL_GLOBAL_SCOPED(AnnotateRWLockAcquired) \
|