Home
last modified time | relevance | path

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

/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/skqp/src/core/
DSkSharedMutex.cpp30 AnnotateRWLockAcquired(__FILE__, __LINE__, lock, is_w)
55 void AnnotateRWLockAcquired(
/external/skia/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/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc268 void INTERFACE_ATTRIBUTE AnnotateRWLockAcquired(char *f, int l, uptr m, in AnnotateRWLockAcquired() function
270 SCOPED_ANNOTATION(AnnotateRWLockAcquired); in AnnotateRWLockAcquired()