Searched refs:TCR_SYNC_PTR (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp265 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);
H A Dkmp_os.h928 #define TCR_SYNC_PTR(a) ((void *)TCR_SYNC_4(a)) macro
936 #define TCR_SYNC_PTR(a) ((void *)TCR_SYNC_8(a)) macro
H A Dkmp_runtime.cpp148 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]);
3447 !__kmp_still_running((kmp_info_t *)TCR_SYNC_PTR(__kmp_threads[i])) &&
5685 if (TCR_SYNC_PTR(*pteam) && !TCR_4(__kmp_global.g.g_done)) {
5687 if (TCR_SYNC_PTR((*pteam)->t.t_pkfn) != NULL) {
5722 TCR_SYNC_PTR((intptr_t)__kmp_global.g.g_done);
7019 rc = __kmp_invoke_microtask((microtask_t)TCR_SYNC_PTR(team->t.t_pkfn), gtid,
H A Dkmp_affinity.cpp4711 kmp_info_t *th = (kmp_info_t *)TCR_SYNC_PTR(__kmp_threads[gtid]);
4810 kmp_info_t *th = (kmp_info_t *)TCR_SYNC_PTR(__kmp_threads[gtid]);

Completed in 195 milliseconds