Lines Matching full:reported
55 // - TP (true positive) : a race exists and reported.
56 // - FN (false negative): a race exists but not reported.
381 GLOB = 2; // If LockWhen didn't catch the signal, a race may be reported here.
3508 CHECK(ref_ == 0); // race may be reported here
3701 CHECK(ref_ == 0); // race may be reported here
4281 CHECK(*p == 777); // Race is reported here.
4327 (*p)++; // Race is reported here.
4390 p->arr[index]++; // W/o the annotations the race will be reported here.
6985 delete vec; // A false race may be reported here.