Searched refs:RestoreStack (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_report.cpp | 379 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()
|
D | tsan_rtl.h | 628 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk,
|
D | tsan_rtl_mutex.cpp | 118 RestoreStack(last.tid(), last.epoch(), &trace, 0); in MutexDestroy()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_report.cc | 372 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk, in RestoreStack() function 638 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2); in ReportRace()
|
D | tsan_rtl_mutex.cc | 120 RestoreStack(last.tid(), last.epoch(), &trace, 0); in MutexDestroy()
|
D | tsan_rtl.h | 587 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk,
|