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

References

projects/openmp/runtime/src/kmp_alloc.cpp
  728     (*thr->relfcn)((void *)bdh); /* Release it directly. */
  831   if (thr->relfcn != 0 &&
  848       (*thr->relfcn)(b);
  872   thr->relfcn = release;
 1017   if (thr->relfcn != 0 && b != 0 && thr->numpblk != 0 &&
 1029     (*thr->relfcn)(b);
 2051     (*thr->relfcn)(lst);