Home | History | Annotate | Download | only in tsan

Lines Matching full:array_pos_

320     CHECK(array_pos_    == 0);
334 array_[array_pos_ % kArraySize].Fill(a, b, v);
335 array_pos_ = (array_pos_ + 1) % kArraySize;
336 if (array_pos_ > kArraySize)
375 for (int i = 0; i < (array_filled_ ? kArraySize : array_pos_); i++) {
404 // array_pos_ - next element to write to the array_ (mod kArraySize)
406 int array_pos_;