Searched refs:stacks (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dthreadring.c55 static struct stack stacks[THREADS]; variable in typeref:struct:stack
56 /* stacks must be defined staticaly, or my i386 box run of virtual memory for this
97 pthread_attr_setstack(&stack_attr, &stacks[i], sizeof(struct stack));
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_report.cc56 : stacks(MBlockReportStack)
244 if (rep->stacks.Size())
245 return rep->stacks[0];
276 rep->stacks.Size());
286 PrintStack(rep->stacks[2*i]);
290 PrintStack(rep->stacks[2*i+1]);
292 PrintStack(rep->stacks[i]);
299 for (uptr i = 0; i < rep->stacks.Size(); i++) {
302 PrintStack(rep->stacks[i]);
385 PrintStack(rep->stacks[
[all...]
H A Dtsan_report.h105 Vector<ReportStack*> stacks; member in class:__tsan::ReportDesc
H A Dtsan_platform_linux.cc108 StackDepotStats *stacks = StackDepotGetStats(); local
111 " trace:%zd heap:%zd other:%zd stacks=%zd[%zd] nthr=%zd/%zd\n",
115 stacks->allocated >> 20, stacks->n_uniq_ids,
239 // This memory range is used for thread stacks and large user mmaps.
H A Dtsan_rtl_report.cc150 ReportStack **rs = rep_->stacks.PushBack();
491 for (uptr i = 0; suppress_pc == 0 && i < rep->stacks.Size(); i++)
492 suppress_pc = IsSuppressed(rep->typ, rep->stacks[i], &supp);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dpeano.go8 // segmented stacks: do math in unary by recursion.

Completed in 143 milliseconds