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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dtsan_annotations.cpp25 extern "C" __attribute__((weak)) void AnnotateCondVarSignal(const char *f, function
H A Dtsan_annotations.h31 void AnnotateCondVarSignal(const char *f, int l, uptr cv);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp236 void INTERFACE_ATTRIBUTE AnnotateCondVarSignal(char *f, int l, uptr cv) { function
237 SCOPED_ANNOTATION(AnnotateCondVarSignal);

Completed in 157 milliseconds