Searched refs:th_ident (Results 1 – 10 of 10) sorted by relevance
492 if (!thr->th.th_ident) in __ompt_get_barrier_kind()495 kmp_int32 flags = thr->th.th_ident->flags; in __ompt_get_barrier_kind()
90 ident_t *loc = __kmp_thread_from_gtid(gtid)->th.th_ident;435 ident_t *loc = __kmp_thread_from_gtid(gtid)->th.th_ident;516 // saves location in thr->th.th_ident.517 loc = thr->th.th_ident;550 // In case of fork/join barrier we can read thr->th.th_ident, because it552 // such one). Use th_ident of master thread instead -- __kmp_join_call()860 ident_t *loc = thr->th.th_ident;904 ident_t const *loc = thr->th.th_ident;
99 offset_and_size_t th_ident; // location for this thread (if available) member
719 __kmp_threads[global_tid]->th.th_ident = loc; in __kmpc_barrier()1614 __kmp_threads[global_tid]->th.th_ident = loc; in __kmpc_barrier_master()1678 __kmp_threads[global_tid]->th.th_ident = loc; in __kmpc_barrier_master_nowait()2077 __kmp_threads[gtid]->th.th_ident = loc; in __kmpc_copyprivate()2091 __kmp_threads[gtid]->th.th_ident = loc; // TODO: check if it is needed (e.g. in __kmpc_copyprivate()3468 __kmp_threads[global_tid]->th.th_ident = loc; in __kmpc_reduce_nowait()3657 __kmp_threads[global_tid]->th.th_ident = in __kmpc_reduce()3739 __kmp_threads[global_tid]->th.th_ident = loc; in __kmpc_end_reduce()3765 __kmp_threads[global_tid]->th.th_ident = loc; in __kmpc_end_reduce()3787 __kmp_threads[global_tid]->th.th_ident = loc; in __kmpc_end_reduce()
95 offset_and_size_of(kmp_base_info_t, th_ident),
730 th->th.th_ident = id_ref; in __kmp_enter_single()1499 master_th->th.th_ident = loc; in __kmp_fork_call()2311 master_th->th.th_ident = loc; in __kmp_join_call()2390 master_th->th.th_ident = loc; in __kmp_join_call()4079 __kmp_init_implicit_task(this_thr->th.th_team_master->th.th_ident, this_thr, in __kmp_initialize_info()4990 root->r.r_uber_thread->th.th_ident); in __kmp_allocate_team()5059 root->r.r_uber_thread->th.th_ident); in __kmp_allocate_team()5184 root->r.r_uber_thread->th.th_ident); in __kmp_allocate_team()
949 th->th.th_ident = loc; in __kmp_dispatch_init_hierarchy()
1458 ident_t *loc = __kmp_threads[gtid]->th.th_ident; in __kmp_barrier_template()
811 th->th.th_ident = loc; in __kmp_dispatch_init()
2586 ident_t *th_ident; member