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

/haiku/src/system/kernel/
H A Dteam.cpp476 free_user_threads = NULL;
541 while (free_user_thread* entry = free_user_threads) {
542 free_user_threads = entry->next;
1167 kprintf("free user thread: %p\n", team->free_user_threads);
1439 team->free_user_threads = NULL;
1457 while (free_user_thread* entry = team->free_user_threads) {
1458 team->free_user_threads = entry->next;
3581 if (struct free_user_thread* entry = team->free_user_threads) {
3583 team->free_user_threads = entry->next;
3637 entry->next = team->free_user_threads;
[all...]
/haiku/headers/private/kernel/
H A Dthread_types.h274 struct free_user_thread* free_user_threads; member in struct:BKernel::Team

Completed in 72 milliseconds