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

  /external/compiler-rt/test/tsan/
test.h 85 void AnnotateRWLockCreate(const char *f, int l, void *m);
96 AnnotateRWLockCreate(__FILE__, __LINE__, m)
  /external/python/cpython3/Python/
dynamic_annotations.c 48 void AnnotateRWLockCreate(const char *file, int line,
  /external/python/cpython3/Include/
dynamic_annotations.h 269 AnnotateRWLockCreate(__FILE__, __LINE__, lock)
375 void AnnotateRWLockCreate(const char *file, int line,
  /external/skia/src/core/
SkSharedMutex.cpp 22 AnnotateRWLockCreate(__FILE__, __LINE__, lock)
50 void AnnotateRWLockCreate(
  /external/skqp/src/core/
SkSharedMutex.cpp 22 AnnotateRWLockCreate(__FILE__, __LINE__, lock)
50 void AnnotateRWLockCreate(
  /external/libchrome/base/third_party/dynamic_annotations/
dynamic_annotations.c 73 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockCreate)(
dynamic_annotations.h 314 DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockCreate)(__FILE__, __LINE__, lock)
432 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockCreate)(
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 253 void INTERFACE_ATTRIBUTE AnnotateRWLockCreate(char *f, int l, uptr m) {
254 SCOPED_ANNOTATION(AnnotateRWLockCreate);

Completed in 144 milliseconds