Home
last modified time | relevance | path

Searched refs:hier (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h983 if (sh->hier == NULL) { in __kmp_dispatch_init_hierarchy()
984 sh->hier = (kmp_hier_t<T> *)__kmp_allocate(sizeof(kmp_hier_t<T>)); in __kmp_dispatch_init_hierarchy()
986 sh->hier->allocate_hier(n, new_layers, new_scheds, new_chunks); in __kmp_dispatch_init_hierarchy()
991 kmp_hier_t<T> *hier = sh->hier; in __kmp_dispatch_init_hierarchy() local
992 if (!sh->hier->is_valid()) { in __kmp_dispatch_init_hierarchy()
1006 int index = __kmp_dispatch_get_index(tid, hier->get_type(i)); in __kmp_dispatch_init_hierarchy()
1007 kmp_hier_top_unit_t<T> *my_unit = hier->get_unit(i, index); in __kmp_dispatch_init_hierarchy()
1025 index % __kmp_dispatch_get_t1_per_t2(hier->get_type(i), in __kmp_dispatch_init_hierarchy()
1026 hier->get_type(i + 1)); in __kmp_dispatch_init_hierarchy()
1027 int parent_index = __kmp_dispatch_get_index(tid, hier->get_type(i + 1)); in __kmp_dispatch_init_hierarchy()
[all …]
H A Dkmp_dispatch.h183 kmp_hier_t<T> *hier;
177 kmp_hier_t<T> *hier; global() member
H A Dkmp_dispatch.cpp950 if (sh->hier) { in __kmp_dispatch_free_hierarchies()
951 sh->hier->deallocate(); in __kmp_dispatch_free_hierarchies()
952 __kmp_free(sh->hier); in __kmp_dispatch_free_hierarchies()
2340 status = sh->hier->next(loc, gtid, pr, &last, p_lb, p_ub, p_st); in __kmp_dispatch_next()
H A Dkmp.h2067 void *hier; member
/freebsd/share/man/man7/
H A DMakefile15 hier.7 \
/freebsd/usr.bin/login/
H A Dmotd.template18 FreeBSD directory layout: man hier
/freebsd/contrib/sendmail/
H A DFREEBSD-upgrade66 share/man/man7/hier.7
/freebsd/etc/mtree/
H A DREADME1 Note: If you modify these files, please keep hier(7) updated!
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok308 hier
/freebsd/
H A DMakefile163 everything hier hierarchy install installcheck installetc installkernel \
H A DMakefile.inc13162 hierarchy hier: .MAKE .PHONY
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips116 "man hier" will explain the way FreeBSD filesystems are normally laid out.