Home
last modified time | relevance | path

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

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