reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4709 kmp_info_t *th = (kmp_info_t *)TCR_SYNC_PTR(__kmp_threads[gtid]); 4808 kmp_info_t *th = (kmp_info_t *)TCR_SYNC_PTR(__kmp_threads[gtid]);projects/openmp/runtime/src/kmp_alloc.cpp
265 void *p = TCR_SYNC_PTR(th->th.th_local.bget_list); 270 volatile void *old_value = TCR_SYNC_PTR(th->th.th_local.bget_list); 274 old_value = TCR_SYNC_PTR(th->th.th_local.bget_list); 1854 ptr = TCR_SYNC_PTR(this_thr->th.th_free_lists[index].th_free_list_sync); 1862 ptr = TCR_SYNC_PTR(this_thr->th.th_free_lists[index].th_free_list_sync);projects/openmp/runtime/src/kmp_runtime.cpp
148 kmp_info_t *thr = (kmp_info_t *)TCR_SYNC_PTR(other_threads[i]); 290 kmp_info_t *f_th = (kmp_info_t *)TCR_SYNC_PTR(__kmp_threads[f]); 5711 if (TCR_SYNC_PTR(*pteam) && !TCR_4(__kmp_global.g.g_done)) { 5713 if (TCR_SYNC_PTR((*pteam)->t.t_pkfn) != NULL) { 5748 TCR_SYNC_PTR((intptr_t)__kmp_global.g.g_done); 7051 rc = __kmp_invoke_microtask((microtask_t)TCR_SYNC_PTR(team->t.t_pkfn), gtid,