Lines Matching full:reported
105 // - TP (true positive) : a race exists and reported.
106 // - FN (false negative): a race exists but not reported.
623 GLOB = 2; // If LockWhen didn't catch the signal, a race may be reported here.
3696 CHECK(ref_ == 0); // race may be reported here
3890 CHECK(ref_ == 0); // race may be reported here
4415 CHECK(*p == 777); // Race is reported here.
4462 (*p)++; // Race is reported here.
4526 p->arr[index]++; // W/o the annotations the race will be reported here.
7272 delete vec; // A false race may be reported here.