Home
last modified time | relevance | path

Searched defs:ReportLocation (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_report.h71 struct ReportLocation { struct
72 ReportLocationType type = ReportLocationGlobal; argument
73 DataInfo global = {};
74 uptr heap_chunk_start = 0;
75 uptr heap_chunk_size = 0;
76 uptr external_tag = 0;
77 Tid tid = kInvalidTid;
78 int fd = 0;
79 bool fd_closed = false;
80 bool suppressable = false;
[all …]