Home
last modified time | relevance | path

Searched refs:ds_gtid (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp997 gtid = this_thr->th.th_info.ds.ds_gtid; in __kmp_launch_worker()
1150 th->th.th_info.ds.ds_gtid = gtid; in __kmp_create_worker()
1234 th->th.th_info.ds.ds_gtid = 0; in __kmp_create_monitor()
1252 th->th.th_info.ds.ds_gtid = KMP_GTID_MONITOR; in __kmp_create_monitor()
1313 10, ("__kmp_reap_common: try to reap (%d)\n", th->th.th_info.ds.ds_gtid)); in __kmp_reap_common()
1366 th->th.th_info.ds.ds_gtid, th->th.th_info.ds.ds_thread)); in __kmp_reap_common()
1370 th->th.th_info.ds.ds_gtid = KMP_GTID_DNE; in __kmp_reap_common()
1386 KMP_DEBUG_ASSERT(th->th.th_info.ds.ds_tid == th->th.th_info.ds.ds_gtid); in __kmp_reap_monitor()
1387 if (th->th.th_info.ds.ds_gtid != KMP_GTID_MONITOR) { in __kmp_reap_monitor()
1400 th->th.th_info.ds.ds_gtid)); in __kmp_reap_monitor()
[all...]
H A Dz_Linux_util.cpp537 gtid = ((kmp_info_t *)thr)->th.th_info.ds.ds_gtid; in __kmp_launch_worker()
630 __kmp_set_stack_info(((kmp_info_t *)thr)->th.th_info.ds.ds_gtid, in __kmp_launch_monitor()
782 th->th.th_info.ds.ds_gtid = gtid; in __kmp_create_worker()
914 th->th.th_info.ds.ds_gtid = 0; in __kmp_create_monitor()
922 th->th.th_info.ds.ds_gtid = KMP_GTID_MONITOR; in __kmp_create_monitor()
1064 KMP_DEBUG_ASSERT(th->th.th_info.ds.ds_tid == th->th.th_info.ds.ds_gtid); in __kmp_reap_monitor()
1065 if (th->th.th_info.ds.ds_gtid != KMP_GTID_MONITOR) { in __kmp_reap_monitor()
1087 th->th.th_info.ds.ds_gtid = KMP_GTID_DNE; in __kmp_reap_monitor()
1108 10, ("__kmp_reap_worker: try to reap T#%d\n", th->th.th_info.ds.ds_gtid)); in __kmp_reap_worker()
1119 th->th.th_info.ds.ds_gtid, exit_val)); in __kmp_reap_worker()
[all …]
H A Dkmp_omp.h121 offset_and_size_t ds_gtid; // global thread id member
H A Dkmp_taskdeps.h180 next_taskdata->td_alloc_thread->th.th_info.ds.ds_gtid; in __kmp_release_deps()
H A Dkmp_debugger.cpp113 offset_and_size_of(kmp_desc_base_t, ds_gtid),
H A Dkmp_runtime.cpp3506 __kmp_printf("%2d %p\n", thread->th.th_info.ds.ds_gtid, thread); in __kmp_print_structure_thread()
3933 root_thread->th.th_info.ds.ds_gtid = gtid; in __kmp_register_root()
4456 __kmp_get_gtid(), new_thr->th.th_info.ds.ds_gtid)); in __kmp_allocate_thread()
4462 new_thr->th.th_info.ds.ds_gtid); in __kmp_allocate_thread()
4495 __kmp_get_gtid(), new_thr, new_thr->th.th_info.ds.ds_gtid)); in __kmp_allocate_thread()
5782 team->t.t_threads[f]->th.th_info.ds.ds_gtid, in __kmp_free_team()
5891 __kmp_get_gtid(), this_th->th.th_info.ds.ds_gtid)); in __kmp_free_thread()
5946 gtid = this_th->th.th_info.ds.ds_gtid; in __kmp_free_thread()
5949 if (__kmp_thread_pool_insert_pt->th.th_info.ds.ds_gtid > gtid) { in __kmp_free_thread()
5964 for (; (*scan != NULL) && ((*scan)->th.th_info.ds.ds_gtid < gtid); in __kmp_free_thread()
[all …]
H A Dkmp_wait_release.h389 th_gtid = this_thr->th.th_info.ds.ds_gtid;
813 int wait_gtid = waiter->th.th_info.ds.ds_gtid;
H A Dkmp_barrier.cpp220 int gtid = other_threads[thr]->th.th_info.ds.ds_gtid; in __kmp_dist_barrier_wakeup()
706 gtid, team->t.t_id, tid, other_threads[i]->th.th_info.ds.ds_gtid, in __kmp_linear_barrier_release_template()
2452 gtid, team->t.t_id, other_threads[i]->th.th_info.ds.ds_gtid, in __kmp_fork_barrier()
H A Dkmp.h2314 int ds_gtid; member
3635 return team->t.t_threads[tid]->th.th_info.ds.ds_gtid; in __kmp_gtid_from_tid()
3640 return thr->th.th_info.ds.ds_gtid; in __kmp_gtid_from_thread()
H A Dkmp_tasking.cpp1414 thread->th.th_info.ds.ds_gtid, task));
4740 __ompt_task_init(taskdata, thread->th.th_info.ds.ds_gtid);