Searched refs:childrenExist (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/
H A Dteam.cpp2532 bool childrenExist = false; local
2534 childrenExist = team->children != NULL;
2536 childrenExist = has_children_in_group(team, -child);
2541 childrenExist = childTeam->parent == team;
2545 if (!childrenExist) {

Completed in 37 milliseconds