Home | History | Annotate | Download | only in tsan

Lines Matching full:detector

27 // This file is part of ThreadSanitizer, a dynamic data race detector.
3777 line->GetValuePointer(x)->Unref("Detector::UnrefSegmentsInMemoryRange");
3923 // For this code a hybrid detector may report a false race.
6112 // -------- Detector ---------------------- {{{1
6114 class Detector {
7668 // TODO(kcc): merge this into Detector class. (?)
7672 static Detector *G_detector;
8366 G_detector = new Detector;