Searched refs:AnnotateRWLockReleased (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dtsan_annotations.h39 void AnnotateRWLockReleased(const char *f, int l, uptr m, uptr is_w);
90 AnnotateRWLockReleased(__FILE__, __LINE__, (uptr)lck, 1)
H A Dtsan_annotations.cpp43 AnnotateRWLockReleased(const char *f, int l, uptr m, uptr is_w) {} function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp277 void INTERFACE_ATTRIBUTE AnnotateRWLockReleased(char *f, int l, uptr m, function
279 SCOPED_ANNOTATION(AnnotateRWLockReleased);

Completed in 173 milliseconds