Searched refs:th_ident (Results 1 – 10 of 10) sorted by relevance
134 ident_t *loc = th->th.th_ident;375 ident_t *loc = th->th.th_ident;459 // saves location in thr->th.th_ident.460 loc = thr->th.th_ident;493 // In case of fork/join barrier we can read thr->th.th_ident, because it495 // such one). Use th_ident of primary thread instead --804 ident_t *loc = thr->th.th_ident;848 ident_t const *loc = thr->th.th_ident;
513 if (bt != bs_plain_barrier || !thr->th.th_ident) in __ompt_get_barrier_kind()516 kmp_int32 flags = thr->th.th_ident->flags; in __ompt_get_barrier_kind()
99 offset_and_size_t th_ident; // location for this thread (if available) member
838 __kmp_threads[global_tid]->th.th_ident = loc; in __kmpc_barrier()1823 __kmp_threads[global_tid]->th.th_ident = loc; in __kmpc_barrier_master()1887 __kmp_threads[global_tid]->th.th_ident = loc; in __kmpc_barrier_master_nowait()2305 __kmp_threads[gtid]->th.th_ident = loc; in __kmpc_copyprivate()2319 __kmp_threads[gtid]->th.th_ident = loc; // TODO: check if it is needed (e.g. in __kmpc_copyprivate()2379 __kmp_threads[gtid]->th.th_ident = loc; in __kmpc_copyprivate_light()3746 __kmp_threads[global_tid]->th.th_ident = loc; in __kmpc_reduce_nowait()3935 __kmp_threads[global_tid]->th.th_ident = in __kmpc_reduce()4017 __kmp_threads[global_tid]->th.th_ident = loc; in __kmpc_end_reduce()4043 __kmp_threads[global_tid]->th.th_ident = loc; in __kmpc_end_reduce()[all …]
95 offset_and_size_of(kmp_base_info_t, th_ident),
712 th->th.th_ident = id_ref; in __kmp_enter_single()2035 master_th->th.th_ident = loc; in __kmp_fork_call()2458 master_th->th.th_ident = loc; in __kmp_join_call()2553 master_th->th.th_ident = loc; in __kmp_join_call()4318 __kmp_init_implicit_task(this_thr->th.th_team_master->th.th_ident, this_thr, in __kmp_initialize_info()5234 root->r.r_uber_thread->th.th_ident); in __kmp_allocate_team()5316 root->r.r_uber_thread->th.th_ident); in __kmp_allocate_team()5440 root->r.r_uber_thread->th.th_ident); in __kmp_allocate_team()
955 th->th.th_ident = loc; in __kmp_dispatch_init_hierarchy()
1005 th->th.th_ident = loc; in __kmp_dispatch_init()2485 th->th.th_ident = loc; in __kmpc_sections_init()
1953 ident_t *loc = __kmp_threads[gtid]->th.th_ident; in __kmp_barrier_template()
3025 ident_t *th_ident; member