HomeSort by relevance Sort by last modified time
    Searched refs:AnnotateRWLockReleased (Results 1 - 6 of 6) 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/skia/src/core/
SkSharedMutex.cpp 35 AnnotateRWLockReleased(__FILE__, __LINE__, lock, is_w)
59 void AnnotateRWLockReleased(
  /external/libchrome/base/third_party/dynamic_annotations/
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 112 milliseconds