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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dtsan_annotations.cpp41 AnnotateRWLockAcquired(const char *f, int l, uptr m, uptr is_w) {} argument
43 AnnotateRWLockReleased(const char *f, int l, uptr m, uptr is_w) {} argument
H A Dtsan_annotations.h38 void AnnotateRWLockAcquired(const char *f, int l, uptr m, uptr is_w);
39 void AnnotateRWLockReleased(const char *f, int l, uptr m, uptr is_w);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp269 uptr is_w) {
271 if (is_w)
278 uptr is_w) {
280 if (is_w)
268 AnnotateRWLockAcquired(char *f, int l, uptr m, uptr is_w) argument
277 AnnotateRWLockReleased(char *f, int l, uptr m, uptr is_w) argument

Completed in 110 milliseconds