Home | History | Annotate | Download | only in tsan

Lines Matching refs:WRITE

251 #define REPORT_WRITE_RANGE(x, size) ReportAccesRange(tid, pc, WRITE, (uintptr_t)x, size)
402 } else if (t.ignore_accesses && (event == READ || event == WRITE)) {
470 DumpEventPlainText(mop->is_write() ? WRITE : READ, t.uniq_tid,
2034 // Write the value of *a to tleb.
2534 // address. We don't want to handle the stack write.
2540 // PUSH: we ignore the write to stack but we don't ignore the read (if any).
3374 INSERT_BEFORE_0("write", Before_SignallingIOCall);