Lines Matching defs:th

133   kmp_info_t *th = __kmp_thread_from_gtid(gtid);
134 ident_t *loc = th->th.th_ident;
140 e = __kmp_itthash_find(th, &__kmp_itt_region_domains, loc, team_size);
161 e = __kmp_itthash_find(th, &__kmp_itt_barrier_domains, loc, 0);
192 kmp_info_t *th = __kmp_thread_from_gtid(gtid);
202 e = __kmp_itthash_find(th, &__kmp_itt_region_domains, loc, team_size);
231 e = __kmp_itthash_find(th, &__kmp_itt_barrier_domains, loc, 0);
374 kmp_info_t *th = __kmp_thread_from_gtid(gtid);
375 ident_t *loc = th->th.th_ident;
377 kmp_itthash_entry *e = __kmp_itthash_find(th, &__kmp_itt_region_domains,
378 loc, th->th.th_team_nproc);
425 kmp_team_t *team = thr->th.th_team;
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 it
570 kmp_taskdata_t *taskdata = thread->th.th_current_task;
582 kmp_taskdata_t *taskdata = thread->th.th_current_task;
804 ident_t *loc = thr->th.th_ident;
810 thr->th.th_itt_mark_single = __itt_mark_create(name.str);
812 thr->th.th_itt_mark_single);
815 __itt_mark(thr->th.th_itt_mark_single, NULL);
817 thr->th.th_itt_mark_single);
824 __itt_mark_type mark = __kmp_thread_from_gtid(gtid)->th.th_itt_mark_single;
841 Sync object is th->th.th_dispatch->th_dispatch_sh_current.
848 ident_t const *loc = thr->th.th_ident;
850 __itt_sync_create(thr->th.th_dispatch->th_dispatch_sh_current,
861 kmp_info_t *th = __kmp_thread_from_gtid(gtid);
862 __itt_sync_prepare(th->th.th_dispatch->th_dispatch_sh_current);
873 kmp_info_t *th = __kmp_thread_from_gtid(gtid);
874 __itt_sync_acquired(th->th.th_dispatch->th_dispatch_sh_current);
885 kmp_info_t *th = __kmp_thread_from_gtid(gtid);
886 __itt_sync_releasing(th->th.th_dispatch->th_dispatch_sh_current);