HomeSort by relevance Sort by last modified time
    Searched defs:ReportStack (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 22 ReportStack::ReportStack() : frames(nullptr), suppressable(false) {}
24 ReportStack *ReportStack::New() {
25 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportStack));
26 return new(mem) ReportStack();
120 void PrintStack(const ReportStack *ent) {
246 static void PrintSleep(const ReportStack *s) {
254 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) {
354 if (ReportStack *stack = ChooseSummaryStack(rep))
    [all...]
tsan_report.h 38 struct ReportStack {
41 static ReportStack *New();
44 ReportStack();
59 ReportStack *stack;
80 ReportStack *stack;
93 ReportStack *stack;
100 ReportStack *stack;
106 Vector<ReportStack*> stacks;
112 ReportStack *sleep;
125 void PrintStack(const ReportStack *stack)
    [all...]

Completed in 648 milliseconds