Searched refs:leaf_kids (Results 1 – 3 of 3) sorted by relevance
856 thr_bar->leaf_kids = thr_bar->base_leaf_kids; in __kmp_init_hierarchical_barrier_thread()858 thr_bar->leaf_kids = 0; in __kmp_init_hierarchical_barrier_thread()859 if (thr_bar->leaf_kids && (kmp_uint32)tid + thr_bar->leaf_kids + 1 > nproc) in __kmp_init_hierarchical_barrier_thread()860 thr_bar->leaf_kids = nproc - tid - 1; in __kmp_init_hierarchical_barrier_thread()862 for (int i = 0; i < thr_bar->leaf_kids; ++i) in __kmp_init_hierarchical_barrier_thread()909 if (thr_bar->leaf_kids) { in __kmp_hierarchical_barrier_gather()924 for (child_tid = tid + 1; child_tid <= tid + thr_bar->leaf_kids; in __kmp_hierarchical_barrier_gather()1126 unsigned short int old_leaf_kids = thr_bar->leaf_kids; in __kmp_hierarchical_barrier_release()1196 if (thr_bar->leaf_kids) { // if there are any in __kmp_hierarchical_barrier_release()1199 old_leaf_kids < thr_bar->leaf_kids) { // some old, some new in __kmp_hierarchical_barrier_release()
1938 kmp_uint8 leaf_kids; member
5050 KMP_CHECK_UPDATE(balign[b].bb.leaf_kids, 0); in __kmp_allocate_team()5599 balign[b].bb.leaf_kids = 0; in __kmp_free_thread()