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

/haiku/src/system/kernel/
H A Dteam.cpp434 hash_next = siblings_next = parent = children = group_next = NULL;
1092 team = team->group_next;
1354 team->group_next = group->teams;
1379 current = current->group_next) {
1382 group->teams = current->group_next;
1384 last->group_next = current->group_next;
1392 team->group_next = NULL;
2747 team = team->group_next;
H A Dsignal.cpp1830 for (Team* team = group->teams; team != NULL; team = team->group_next) {
/haiku/headers/private/kernel/
H A Dthread_types.h230 Team *group_next; // protected by the group's lock member in struct:BKernel::Team

Completed in 76 milliseconds