Searched defs:AnnotateCondVarWait (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dunified_annotations.h37 AnnotateCondVarWait(const char *file, int line, const volatile void *cv, function
52 AnnotateCondVarWait(__FILE__, __LINE__, addr, NULL);
/external/chromium/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.c71 void DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)( function
/external/valgrind/dynamic_annotations/
H A Ddynamic_annotations.c78 void DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)( function
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc184 void AnnotateCondVarWait(char *f, int l, uptr cv, uptr lock) { function
185 SCOPED_ANNOTATION(AnnotateCondVarWait);

Completed in 130 milliseconds