Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Ddynamic_annotations.h117 AnnotateCondVarSignal(__FILE__, __LINE__, cv)
395 void AnnotateCondVarSignal(const char *file, int line,
/external/python/cpython3/Python/
Ddynamic_annotations.c69 void AnnotateCondVarSignal(const char *file, int line, in AnnotateCondVarSignal() function
/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h137 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignal)(__FILE__, __LINE__, cv)
459 void DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignal)(
Ddynamic_annotations.c111 void DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignal)( in DYNAMIC_ANNOTATIONS_NAME() argument
/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()