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

  /external/compiler-rt/test/tsan/
test.h 86 void AnnotateRWLockCreateStatic(const char *f, int l, void *m);
98 AnnotateRWLockCreateStatic(__FILE__, __LINE__, m)
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 258 void INTERFACE_ATTRIBUTE AnnotateRWLockCreateStatic(char *f, int l, uptr m) {
259 SCOPED_ANNOTATION(AnnotateRWLockCreateStatic);

Completed in 59 milliseconds