reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
332 volatile void *old_value = TCR_PTR(th->th.th_local.bget_list); 340 old_value = TCR_PTR(th->th.th_local.bget_list); 732 bth = (kmp_info_t *)((kmp_uintptr_t)TCR_PTR(b->bh.bb.bthr) & 1982 old_ptr = TCR_PTR(q_th->th.th_free_lists[index].th_free_list_sync); 1990 old_ptr = TCR_PTR(q_th->th.th_free_lists[index].th_free_list_sync);projects/openmp/runtime/src/kmp_barrier.cpp
2039 team = (kmp_team_t *)TCR_PTR(this_thr->th.th_team);
projects/openmp/runtime/src/kmp_csupport.cpp1545 (kmp_indirect_lock_t *)TCR_PTR(*((kmp_indirect_lock_t **)crit)); 3298 (kmp_indirect_lock_t *)TCR_PTR(*((kmp_indirect_lock_t **)crit));projects/openmp/runtime/src/kmp_runtime.cpp
152 stack_size = (size_t)TCR_PTR(thr->th.th_info.ds.ds_stacksize); 153 stack_base = (char *)TCR_PTR(thr->th.th_info.ds.ds_stackbase); 294 (char *)TCR_PTR(f_th->th.th_info.ds.ds_stackbase); 296 other_stack_end - (size_t)TCR_PTR(f_th->th.th_info.ds.ds_stacksize); 304 (size_t)TCR_PTR(f_th->th.th_info.ds.ds_stacksize), 906 if (TCR_PTR(__kmp_threads[0]) == NULL) { 3614 if (!initial_thread && TCR_PTR(__kmp_threads[0]) == NULL) { 3633 for (gtid = (initial_thread ? 0 : 1); TCR_PTR(__kmp_threads[gtid]) != NULL; 4295 for (new_gtid = 1; TCR_PTR(__kmp_threads[new_gtid]) != NULL; ++new_gtid) { 6794 if (TCR_PTR(__kmp_threads[i]) != NULL) { 6975 dispatch = (kmp_disp_t *)TCR_PTR(this_thr->th.th_dispatch);projects/openmp/runtime/src/kmp_tasking.cpp
2807 threads_data = (kmp_thread_data_t *)TCR_PTR(task_team->tt.tt_threads_data); 2857 (TCR_PTR(CCAST(void *, other_thread->th.th_sleep_loc)) != 3045 threads_data = (kmp_thread_data_t *)TCR_PTR(task_team->tt.tt_threads_data); 3066 if ((sleep_loc = TCR_PTR(CCAST(void *, thread->th.th_sleep_loc))) != 3307 if (TCR_PTR(__kmp_free_task_teams) != NULL) { 3372 if (TCR_PTR(__kmp_free_task_teams) != NULL) { 3410 if (TCR_PTR(thread->th.th_task_team) == NULL) { 3432 if ((sleep_loc = TCR_PTR(CCAST(void *, thread->th.th_sleep_loc))) !=projects/openmp/runtime/src/kmp_threadprivate.cpp
624 if (TCR_PTR(*cache) == 0) { 627 if (TCR_PTR(*cache) == 0) { 667 if ((ret = TCR_PTR((*cache)[global_tid])) == 0) {