Searched defs:AnnotateCondVarSignal (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dunified_annotations.h31 AnnotateCondVarSignal(const char *file, int line, const volatile void *cv) function
46 AnnotateCondVarSignal(__FILE__, __LINE__, addr);
/external/chromium_org/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.c111 void DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignal)( function
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Ddynamic_annotations.c88 void AnnotateCondVarSignal(const char *file, int line, function
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Ddynamic_annotations.c88 void AnnotateCondVarSignal(const char *file, int line, function
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc236 void INTERFACE_ATTRIBUTE AnnotateCondVarSignal(char *f, int l, uptr cv) { function
237 SCOPED_ANNOTATION(AnnotateCondVarSignal);

Completed in 173 milliseconds