Home | History | Annotate | Download | only in rtl

Lines Matching refs:stack

31       fd(0), suppressable(false), stack(nullptr) {}
122 Printf(" [failed to restore the stack]\n\n");
164 PrintStack(mop->stack);
189 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid));
199 PrintStack(loc->stack);
223 PrintStack(rm->stack);
239 if (rt->stack)
243 PrintStack(rt->stack);
256 return rep->mops[0]->stack;
260 return rep->mutexes[0]->stack;
262 return rep->threads[0]->stack;
354 if (ReportStack *stack = ChooseSummaryStack(rep)) {
355 if (SymbolizedStack *frame = SkipTsanInternalFrames(stack->frames))
368 Printf(" [failed to restore the stack]\n");
389 PrintStack(mop->stack);
398 PrintStack(rt->stack);