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

  /external/compiler-rt/test/tsan/
ignore_sync.cc 6 extern "C" void AnnotateIgnoreSyncEnd(const char*, int);
16 AnnotateIgnoreSyncEnd(0, 0);
signal_sync2.cc 15 extern "C" void AnnotateIgnoreSyncEnd(const char *f, int l);
40 AnnotateIgnoreSyncEnd(__FILE__, __LINE__);
  /external/libchrome/base/third_party/dynamic_annotations/
dynamic_annotations.h 286 DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreSyncEnd)(__FILE__, __LINE__)
525 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreSyncEnd)(
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 404 void INTERFACE_ATTRIBUTE AnnotateIgnoreSyncEnd(char *f, int l) {
405 SCOPED_ANNOTATION(AnnotateIgnoreSyncEnd);

Completed in 292 milliseconds