reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_alloc.cpp
 2036   for (bin = 0; bin < MAX_BGET_BINS; ++bin) {
 2036   for (bin = 0; bin < MAX_BGET_BINS; ++bin) {
 2036   for (bin = 0; bin < MAX_BGET_BINS; ++bin) {
 2037     bfhead_t *b = thr->freelist[bin].ql.flink;
 2038     while (b != &thr->freelist[bin]) {