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

/haiku/src/system/kernel/
H A Dsignal.cpp788 thread = thread->team_next) {
1310 thread = thread->team_next) {
1675 thread = thread->team_next) {
1701 thread = thread->team_next) {
1717 thread = thread->team_next) {
2033 thread = thread->team_next) {
H A Dthread.cpp172 team_next(NULL),
602 thread->team_next = team->thread_list;
623 for (temp = team->thread_list; temp != NULL; temp = temp->team_next) {
626 team->thread_list = temp->team_next;
628 last->team_next = temp->team_next;
1772 thread->hash_next, thread->team_next);
3236 next = next->team_next) {
H A Dteam.cpp946 thread = thread->team_next) {
978 thread = thread->team_next) {
1999 thread = thread->team_next) {
2820 for (; thread != NULL; thread = thread->team_next) {
2839 for (; thread != NULL; thread = thread->team_next) {
3277 thread = thread->team_next;
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp175 for (; thread != NULL; thread = thread->team_next)
178 for (; thread != NULL; thread = thread->team_next)
209 for (; thread != NULL; thread = thread->team_next)
212 for (; thread != NULL; thread = thread->team_next)
2500 thread = thread->team_next) {
H A Dcore_dump.cpp881 thread = thread->team_next) {
911 thread = thread->team_next) {
/haiku/headers/private/kernel/
H A Dthread_types.h444 Thread *team_next; // protected by team lock and fLock member in struct:BKernel::Thread

Completed in 74 milliseconds