Home
last modified time | relevance | path

Searched refs:unit_id (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_dispatch_hier.h724 T unit_id = (T)pr->get_hier_id(); in next() local
728 gtid, nproc, unit_id)); in next()
741 if (unit_id == 0) { in next()
748 gtid, pr, sh, &contains_last, p_lb, p_ub, p_st, nproc, unit_id); in next()
754 __kmp_type_convert(unit_id, &uid); in next()
765 pr->u.p.parm1, nproc, unit_id); in next()
769 unit_id); in next()
789 if (unit_id != 0) { in next()
801 gtid, pr, sh, &contains_last, p_lb, p_ub, p_st, nproc, unit_id); in next()
811 __kmp_type_convert(unit_id, &uid); in next()
[all …]
Dkmp_dispatch.h54 T nproc, T unit_id);
59 T *p_ub, typename traits_t<T>::signed_t *p_st, T nproc, T unit_id);