Home
last modified time | relevance | path

Searched refs:AnnotateCondVarWait (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/drd/tests/
Dunified_annotations.h37 AnnotateCondVarWait(const char *file, int line, const volatile void *cv, in AnnotateCondVarWait() function
52 AnnotateCondVarWait(__FILE__, __LINE__, addr, NULL); in U_AnnotateHappensAfter()
/external/python/cpython3/Include/
Ddynamic_annotations.h107 AnnotateCondVarWait(__FILE__, __LINE__, cv, lock)
112 AnnotateCondVarWait(__FILE__, __LINE__, cv, NULL)
392 void AnnotateCondVarWait(const char *file, int line,
/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h127 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)(__FILE__, __LINE__, cv, lock)
132 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)(__FILE__, __LINE__, cv, NULL)
456 void DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)(
Ddynamic_annotations.c106 void DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)( in DYNAMIC_ANNOTATIONS_NAME() argument
/external/python/cpython3/Python/
Ddynamic_annotations.c66 void AnnotateCondVarWait(const char *file, int line, in AnnotateCondVarWait() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc248 void INTERFACE_ATTRIBUTE AnnotateCondVarWait(char *f, int l, uptr cv, in AnnotateCondVarWait() function
250 SCOPED_ANNOTATION(AnnotateCondVarWait); in AnnotateCondVarWait()