HomeSort by relevance Sort by last modified time
    Searched refs:AnnotateRWLockReleased (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/test/tsan/
mutex_bad_unlock.cc 2 extern "C" void AnnotateRWLockReleased(const char *f, int l, void *m, long rw);
6 AnnotateRWLockReleased(__FILE__, __LINE__, &m, 1);
11 // CHECK: #0 AnnotateRWLockReleased
15 // CHECK: #0 AnnotateRWLockReleased
mutex_bad_read_unlock.cc 3 extern "C" void AnnotateRWLockReleased(const char *f, int l, void *m, long rw);
8 AnnotateRWLockReleased(__FILE__, __LINE__, &m, 0);
13 // CHECK: #0 AnnotateRWLockReleased
test.h 89 void AnnotateRWLockReleased(const char *f, int l, void *m, long is_w);
104 AnnotateRWLockReleased(__FILE__, __LINE__, m, is_w)
  /external/python/cpython3/Python/
dynamic_annotations.c 54 void AnnotateRWLockReleased(const char *file, int line,
  /external/python/cpython3/Include/
dynamic_annotations.h 282 AnnotateRWLockReleased(__FILE__, __LINE__, lock, is_w)
381 void AnnotateRWLockReleased(const char *file, int line,
  /external/skia/src/core/
SkSharedMutex.cpp 35 AnnotateRWLockReleased(__FILE__, __LINE__, lock, is_w)
59 void AnnotateRWLockReleased(
  /external/skqp/src/core/
SkSharedMutex.cpp 35 AnnotateRWLockReleased(__FILE__, __LINE__, lock, is_w)
59 void AnnotateRWLockReleased(
  /external/libchrome/base/third_party/dynamic_annotations/
dynamic_annotations.c 85 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockReleased)(
dynamic_annotations.h 328 DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockReleased)(__FILE__, __LINE__, lock, \
441 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockReleased)(
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 277 void INTERFACE_ATTRIBUTE AnnotateRWLockReleased(char *f, int l, uptr m,
279 SCOPED_ANNOTATION(AnnotateRWLockReleased);

Completed in 251 milliseconds