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

/haiku/src/system/kernel/
H A Dteam.cpp434 hash_next = siblings_next = parent = children = group_next = NULL;
1288 team->siblings_next = parent->children;
1308 child = child->siblings_next) {
1311 parent->children = child->siblings_next;
1313 last->siblings_next = child->siblings_next;
2330 child = child->siblings_next) {
2834 for (; child != NULL; child = child->siblings_next) {
/haiku/headers/private/kernel/
H A Dthread_types.h223 Team *siblings_next; // next in parent's list; protected by member in struct:BKernel::Team

Completed in 51 milliseconds