Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dtsan_annotations.cpp26 extern "C" __attribute__((weak)) void AnnotateCondVarSignal(const char *f, in AnnotateCondVarSignal() function
H A Dtsan_annotations.h32 void AnnotateCondVarSignal(const char *f, int l, uptr cv);
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc237 void INTERFACE_ATTRIBUTE AnnotateCondVarSignal(char *f, int l, uptr cv) { in AnnotateCondVarSignal() function
238 SCOPED_ANNOTATION(AnnotateCondVarSignal); in AnnotateCondVarSignal()