Home
last modified time | relevance | path

Searched refs:SymbolizeStackId (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc99 ReportStack *SymbolizeStackId(u32 stack_id) { in SymbolizeStackId() function
197 rt->stack = SymbolizeStackId(tctx->creation_stack_id); in AddThread()
264 rm->stack = SymbolizeStackId(s->creation_stack_id); in AddMutex()
311 loc->stack = SymbolizeStackId(creat_stack); in AddLocation()
331 loc->stack = SymbolizeStackId(b->stk); in AddLocation()
355 rep_->sleep = SymbolizeStackId(stack_id); in AddSleep()
Dtsan_rtl_thread.cc184 PrintStack(SymbolizeStackId(tctx->creation_stack_id)); in ReportIgnoresEnabled()
190 PrintStack(SymbolizeStackId(set->At(i))); in ReportIgnoresEnabled()
Dtsan_rtl.h608 ReportStack *SymbolizeStackId(u32 stack_id);