Home
last modified time | relevance | path

Searched refs:RestoreStack (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cpp379 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()
Dtsan_rtl.h628 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk,
Dtsan_rtl_mutex.cpp118 RestoreStack(last.tid(), last.epoch(), &trace, 0); in MutexDestroy()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc372 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk, in RestoreStack() function
638 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2); in ReportRace()
Dtsan_rtl_mutex.cc120 RestoreStack(last.tid(), last.epoch(), &trace, 0); in MutexDestroy()
Dtsan_rtl.h587 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk,