reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
231 data = (thr_data_t *)((!th->th.th_local.bget_data) 233 : th->th.th_local.bget_data); 242 th->th.th_local.bget_data = data; 256 data = (thr_data_t *)th->th.th_local.bget_data; 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;projects/openmp/runtime/src/kmp_runtime.cpp
5934 if (thread->th.th_local.bget_data != NULL) {