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

  /external/compiler-rt/test/tsan/
ignore_sync.cc 5 extern "C" void AnnotateIgnoreSyncBegin(const char*, int);
12 AnnotateIgnoreSyncBegin(0, 0);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 397 void INTERFACE_ATTRIBUTE AnnotateIgnoreSyncBegin(char *f, int l) {
398 SCOPED_ANNOTATION(AnnotateIgnoreSyncBegin);

Completed in 36 milliseconds