Lines Matching refs:racey
3008 Mask &racey() { return racey_; }
3052 // If the line is traced, racey or published, we want to keep it.
3054 if (!racey().Empty()) return false;
3399 // Such DCHECK is racey if tsan is multi-threaded.
3443 if (!line->racey().Empty()) {
3444 racey_masks[line->tag()] = line->racey();
3449 // Restore the racey masks.
3453 line->racey() = it->second;
3454 DCHECK(!line->racey().Empty());
6717 // Simply set all 'racey' bits in the shadow state of [ptr, ptr+size).
6721 line->racey().Set(CacheLine::ComputeOffset(p));
6748 // Flush 'racey' flag for the address
6752 cache_line->racey().ClearRange(offset, offset + 1);
7168 if (G_flags->report_races && !cache_line->racey().Get(offset)) {
7172 cache_line->racey().SetRange(offset, offset + size);
8609 "g_lock_era may be incremented in a racey way");