HomeSort by relevance Sort by last modified time
    Searched refs:AnnotateCondVarSignal (Results 1 - 3 of 3) sorted by null

  /external/valgrind/drd/tests/
unified_annotations.h 31 AnnotateCondVarSignal(const char *file, int line, const volatile void *cv)
46 AnnotateCondVarSignal(__FILE__, __LINE__, addr);
  /external/libchrome/base/third_party/dynamic_annotations/
dynamic_annotations.h 137 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignal)(__FILE__, __LINE__, cv)
459 void DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignal)(
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 236 void INTERFACE_ATTRIBUTE AnnotateCondVarSignal(char *f, int l, uptr cv) {
237 SCOPED_ANNOTATION(AnnotateCondVarSignal);

Completed in 872 milliseconds