Searched refs:RestoreStack (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/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() 184 bool res = RestoreStack(EventType::kLock, thr->fast_state.sid(), in TRACE_TEST() 227 bool res = RestoreStack(EventType::kAccessExt, thr->fast_state.sid(), in TRACE_TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_rtl_report.cpp | 390 void RestoreStack(Tid tid, const u64 epoch, VarSizeStackTrace *stk, in RestoreStack() function 535 bool RestoreStack(Tid tid, EventType type, Sid sid, Epoch epoch, uptr addr, in RestoreStack() function 900 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2, &tags[1]); in ReportRace()
|
| H A D | tsan_rtl.h | 392 void RestoreStack(Tid tid, const u64 epoch, VarSizeStackTrace *stk, 672 bool RestoreStack(Tid tid, EventType type, Sid sid, Epoch epoch, uptr addr,
|
| H A D | tsan_rtl_mutex.cpp | 120 RestoreStack(last.tid(), last.epoch(), &trace, 0); in MutexDestroy()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_report.cpp | 433 bool RestoreStack(EventType type, Sid sid, Epoch epoch, uptr addr, uptr size, in RestoreStack() function 772 if (!RestoreStack(EventType::kAccessExt, s[1].sid(), s[1].epoch(), addr1, in ReportRace()
|
| H A D | tsan_rtl.h | 683 bool RestoreStack(EventType type, Sid sid, Epoch epoch, uptr addr, uptr size,
|
| H A D | tsan_rtl_mutex.cpp | 570 if (!RestoreStack(EventType::kLock, last_lock.sid(), last_lock.epoch(), addr, in ReportDestroyLocked()
|