Home | History | Annotate | Download | only in tsan

Lines Matching refs:WRITE

409   // array_pos_    - next element to write to the array_ (mod kArraySize)
410 // array_filled_ - set to true once we write the last element of the array
2952 // read/write instructions, only the shadow value correspoding to the
5874 is_w ? "write" : "read",
5903 tid, sid, lsid, true, "write(s)", &all_locks,
6477 case WRITE:
6894 // return true if the current pair of read/write segment sets
6902 // check all write-write pairs
6919 // check all write-read pairs
7457 INC_STAT(thr->stats.events[mop->is_write() ? WRITE : READ]);
7617 // Handle the memory deletion as a write, but don't touch all
7656 // We imitate a Write event again, in case there will be use-after-free.
8867 // back in time. For each side-effect (write) we determine as to
8899 // The write happened-before the read, so we have to return it.
9001 // - Handle INC as just one write