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

  /external/compiler-rt/test/tsan/
ignore_sync.cc 5 extern "C" void AnnotateIgnoreSyncBegin(const char*, int);
12 AnnotateIgnoreSyncBegin(0, 0);
  /external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.c 206 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreSyncBegin)(
dynamic_annotations.h 282 DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreSyncBegin)(__FILE__, __LINE__)
523 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreSyncBegin)(
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 399 void INTERFACE_ATTRIBUTE AnnotateIgnoreSyncBegin(char *f, int l) {
400 SCOPED_ANNOTATION(AnnotateIgnoreSyncBegin);

Completed in 117 milliseconds