HomeSort by: relevance | last modified time | path
    Searched defs:ReportStack (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.cc 23 ReportStack::ReportStack() : frames(nullptr), suppressable(false) {}
25 ReportStack *ReportStack::New() {
26 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportStack));
27 return new(mem) ReportStack();
121 void PrintStack(const ReportStack *ent) {
273 static void PrintSleep(const ReportStack *s) {
281 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) {
381 if (ReportStack *stack = ChooseSummaryStack(rep))
    [all...]
tsan_report.h 40 struct ReportStack {
43 static ReportStack *New();
46 ReportStack();
62 ReportStack *stack;
84 ReportStack *stack;
98 ReportStack *stack;
105 ReportStack *stack;
112 Vector<ReportStack*> stacks;
118 ReportStack *sleep;
131 void PrintStack(const ReportStack *stack)
    [all...]

Completed in 27 milliseconds