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

  /external/compiler-rt/test/tsan/
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);
7 AnnotateRWLockAcquired(__FILE__, __LINE__, &m, 0);
12 // CHECK: #0 AnnotateRWLockAcquired
16 // CHECK: #0 AnnotateRWLockAcquired
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);
17 // CHECK: #0 AnnotateRWLockAcquired
mutex_double_lock.cc 5 extern "C" void AnnotateRWLockAcquired(const char *f, int l, void *m, long rw);
8 AnnotateRWLockAcquired(__FILE__, __LINE__, m, 1);
14 AnnotateRWLockAcquired(__FILE__, __LINE__, &m, 1);
22 // CHECK: #0 AnnotateRWLockAcquired
26 // CHECK: #0 AnnotateRWLockAcquired
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.c 71 void AnnotateRWLockAcquired(const char *file, int line,
dynamic_annotations.h 282 AnnotateRWLockAcquired(__FILE__, __LINE__, lock, is_w)
422 void AnnotateRWLockAcquired(const char *file, int line,
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.c 71 void AnnotateRWLockAcquired(const char *file, int line,
dynamic_annotations.h 282 AnnotateRWLockAcquired(__FILE__, __LINE__, lock, is_w)
422 void AnnotateRWLockAcquired(const char *file, int line,
  /external/chromium_org/third_party/cld/base/
dynamic_annotations.h 216 AnnotateRWLockAcquired(__FILE__, __LINE__, lock, is_w)
273 extern "C" void AnnotateRWLockAcquired(const char *file, int line,
  /external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.c 81 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockAcquired)(
dynamic_annotations.h 323 DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockAcquired)(__FILE__, __LINE__, lock, \
438 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockAcquired)(
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 268 void INTERFACE_ATTRIBUTE AnnotateRWLockAcquired(char *f, int l, uptr m,
270 SCOPED_ANNOTATION(AnnotateRWLockAcquired);

Completed in 252 milliseconds