Home
last modified time | relevance | path

Searched refs:AnnotateIgnoreSyncEnd (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/test/tsan/
Dignore_sync.cc6 extern "C" void AnnotateIgnoreSyncEnd(const char*, int);
16 AnnotateIgnoreSyncEnd(0, 0); in Thread()
Dsignal_sync2.cc15 extern "C" void AnnotateIgnoreSyncEnd(const char *f, int l);
40 AnnotateIgnoreSyncEnd(__FILE__, __LINE__); in thr()
/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h286 DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreSyncEnd)(__FILE__, __LINE__)
525 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreSyncEnd)(
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc404 void INTERFACE_ATTRIBUTE AnnotateIgnoreSyncEnd(char *f, int l) { in AnnotateIgnoreSyncEnd() function
405 SCOPED_ANNOTATION(AnnotateIgnoreSyncEnd); in AnnotateIgnoreSyncEnd()