Home
last modified time | relevance | path

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

/external/valgrind/drd/tests/
Dunified_annotations.h31 AnnotateCondVarSignal(const char *file, int line, const volatile void *cv) in AnnotateCondVarSignal() function
46 AnnotateCondVarSignal(__FILE__, __LINE__, addr); in U_AnnotateHappensBefore()
/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h137 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignal)(__FILE__, __LINE__, cv)
459 void DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignal)(
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc236 void INTERFACE_ATTRIBUTE AnnotateCondVarSignal(char *f, int l, uptr cv) { in AnnotateCondVarSignal() function
237 SCOPED_ANNOTATION(AnnotateCondVarSignal); in AnnotateCondVarSignal()