Home | History | Annotate | Download | only in rtl

Lines Matching refs:stack

31       fd(0), suppressable(false), stack(nullptr) {}
124 Printf(" [failed to restore the stack]\n\n");
166 PrintStack(mop->stack);
191 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid));
201 PrintStack(loc->stack);
225 PrintStack(rm->stack);
241 if (rt->stack)
245 PrintStack(rt->stack);
258 return rep->mops[0]->stack;
262 return rep->mutexes[0]->stack;
264 return rep->threads[0]->stack;
356 if (ReportStack *stack = ChooseSummaryStack(rep)) {
357 if (SymbolizedStack *frame = SkipTsanInternalFrames(stack->frames))
370 Printf(" [failed to restore the stack]\n");
391 PrintStack(mop->stack);
404 PrintStack(loc->stack);
425 PrintStack(rt->stack);