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

/haiku/src/system/kernel/
H A Dsignal.cpp787 for (Thread* thread = team->thread_list; thread != NULL;
1309 for (Thread* thread = team->thread_list; thread != NULL;
1674 for (Thread* thread = team->thread_list; thread != NULL;
1700 for (Thread* thread = team->thread_list; thread != NULL;
1716 for (Thread* thread = team->thread_list; thread != NULL;
2032 for (Thread* thread = team->thread_list; thread != NULL;
H A Dteam.cpp464 thread_list = NULL;
945 for (Thread* thread = thread_list; thread != NULL;
977 for (Thread* thread = thread_list; thread != NULL;
1169 kprintf("thread_list: %p\n", team->thread_list);
1998 for (Thread* thread = team->thread_list; thread != NULL;
2818 Thread* thread = team->thread_list;
2837 Thread* thread = team->thread_list;
3269 Thread* thread = team->thread_list;
H A Dthread.cpp602 thread->team_next = team->thread_list;
603 team->thread_list = thread;
623 for (temp = team->thread_list; temp != NULL; temp = temp->team_next) {
626 team->thread_list = temp->team_next;
3235 for (Thread* next = team->thread_list; next != NULL;
/haiku/headers/private/kernel/
H A Dthread_types.h261 Thread *thread_list; // protected by fLock, signal_lock and member in struct:BKernel::Team
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp880 for (Thread* thread = fTeam->thread_list; thread != NULL;
910 for (Thread* thread = fTeam->thread_list; thread != NULL;
H A Duser_debugger.cpp172 Thread* thread = team->thread_list;
206 Thread* thread = team->thread_list;
2499 for (Thread *thread = team->thread_list; thread;

Completed in 84 milliseconds