Searched refs:leaf_kids (Results 1 – 3 of 3) sorted by relevance
1345 thr_bar->leaf_kids = thr_bar->base_leaf_kids; in __kmp_init_hierarchical_barrier_thread()1347 thr_bar->leaf_kids = 0; in __kmp_init_hierarchical_barrier_thread()1348 if (thr_bar->leaf_kids && (kmp_uint32)tid + thr_bar->leaf_kids + 1 > nproc) in __kmp_init_hierarchical_barrier_thread()1349 __kmp_type_convert(nproc - tid - 1, &(thr_bar->leaf_kids)); in __kmp_init_hierarchical_barrier_thread()1351 for (int i = 0; i < thr_bar->leaf_kids; ++i) in __kmp_init_hierarchical_barrier_thread()1398 if (thr_bar->leaf_kids) { in __kmp_hierarchical_barrier_gather()1412 for (child_tid = tid + 1; child_tid <= tid + thr_bar->leaf_kids; in __kmp_hierarchical_barrier_gather()1602 unsigned short int old_leaf_kids = thr_bar->leaf_kids; in __kmp_hierarchical_barrier_release()1672 if (thr_bar->leaf_kids) { // if there are any in __kmp_hierarchical_barrier_release()1675 old_leaf_kids < thr_bar->leaf_kids) { // some old, some new in __kmp_hierarchical_barrier_release()
2220 kmp_uint8 leaf_kids; member
5307 KMP_CHECK_UPDATE(balign[b].bb.leaf_kids, 0); in __kmp_allocate_team()5903 balign[b].bb.leaf_kids = 0; in __kmp_free_thread()