Lines Matching refs:gtid
46 extern void __kmp_dispatch_init_algorithm(ident_t *loc, int gtid,
57 int gtid, dispatch_private_info_template<T> *pr,
329 int gtid = *gtid_ref;
331 kmp_info_t *th = __kmp_threads[gtid];
334 KD_TRACE(100, ("__kmp_dispatch_deo: T#%d called\n", gtid));
340 __kmp_push_sync(gtid, ct_ordered_in_pdo, loc_ref, NULL, 0);
342 __kmp_push_sync(gtid, ct_ordered_in_pdo, loc_ref, NULL);
362 struct cons_header *p = __kmp_threads[gtid]->th.th_cons;
378 KD_TRACE(1000, (buff, gtid, sh->u.s.ordered_iteration, lower));
392 KD_TRACE(1000, (buff, gtid, sh->u.s.ordered_iteration, lower));
397 KD_TRACE(100, ("__kmp_dispatch_deo: T#%d returned\n", gtid));
405 int gtid = *gtid_ref;
407 kmp_info_t *th = __kmp_threads[gtid];
410 KD_TRACE(100, ("__kmp_dispatch_dxo: T#%d called\n", gtid));
415 __kmp_pop_sync(gtid, ct_ordered_in_pdo, loc_ref);
433 struct cons_header *p = __kmp_threads[gtid]->th.th_cons;
448 gtid, pr->ordered_bumped));
457 KD_TRACE(100, ("__kmp_dispatch_dxo: T#%d returned\n", gtid));