Home
last modified time | relevance | path

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

/external/compiler-rt/test/tsan/
Dignore_sync.cc5 extern "C" void AnnotateIgnoreSyncBegin(const char*, int);
12 AnnotateIgnoreSyncBegin(0, 0); in Thread()
Dsignal_sync2.cc14 extern "C" void AnnotateIgnoreSyncBegin(const char *f, int l);
36 AnnotateIgnoreSyncBegin(__FILE__, __LINE__); in thr()
/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h282 DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreSyncBegin)(__FILE__, __LINE__)
523 void DYNAMIC_ANNOTATIONS_NAME(AnnotateIgnoreSyncBegin)(
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc399 void INTERFACE_ATTRIBUTE AnnotateIgnoreSyncBegin(char *f, int l) { in AnnotateIgnoreSyncBegin() function
400 SCOPED_ANNOTATION(AnnotateIgnoreSyncBegin); in AnnotateIgnoreSyncBegin()