Searched refs:RestoreStack (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
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 | 396 void RestoreStack(Tid tid, const u64 epoch, VarSizeStackTrace *stk, 673 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()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_rtl_report.cc | 377 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk, in RestoreStack() function 665 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2, &tags[1]); in ReportRace()
|
H A D | tsan_rtl_mutex.cc | 117 RestoreStack(last.tid(), last.epoch(), &trace, 0); in MutexDestroy()
|
H A D | tsan_rtl.h | 620 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk,
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_rtl_report.cc | 379 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk, in RestoreStack() function 667 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2, &tags[1]); in ReportRace()
|
H A D | tsan_rtl_mutex.cc | 119 RestoreStack(last.tid(), last.epoch(), &trace, 0); in MutexDestroy()
|
H A D | tsan_rtl.h | 624 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk,
|