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

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1008   thr = (thr_data_t *)th->th.th_local.bget_data;
 1037   if (th->th.th_local.bget_data != NULL) {
 1038     __kmp_free(th->th.th_local.bget_data);
 1039     th->th.th_local.bget_data = NULL;