Searched refs:kAccessExt (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_trace.h | 23 kAccessExt, enumerator 45 static constexpr Event NopEvent = {1, 0, EventType::kAccessExt, 0};
|
| H A D | tsan_rtl_report.cpp | 381 case EventType::kAccessExt: in TraceReplay() 498 if (evp->is_func == 0 && evp->type == EventType::kAccessExt && in RestoreStack() 509 if (match && type == EventType::kAccessExt && in RestoreStack() 531 case EventType::kAccessExt: { in RestoreStack() 538 if (match && type == EventType::kAccessExt && in RestoreStack() 554 if (match && type == EventType::kAccessExt && in RestoreStack() 771 if (!RestoreStack(EventType::kAccessExt, s[1].sid(), s[1].epoch(), addr1, in ReportRace()
|
| H A D | tsan_rtl_access.cpp | 44 evex->type = EventType::kAccessExt; in TryTraceMemoryAccess()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/ |
| H A D | tsan_trace_test.cpp | 96 bool res = RestoreStack(EventType::kAccessExt, thr->fast_state.sid(), in TRACE_TEST() 157 RestoreStack(EventType::kAccessExt, thr->fast_state.sid(), in TRACE_TEST() 227 bool res = RestoreStack(EventType::kAccessExt, thr->fast_state.sid(), in TRACE_TEST()
|