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

/haiku/headers/private/kernel/
H A Dteam.h60 struct user_thread* team_allocate_user_thread(Team* team);
/haiku/src/system/kernel/
H A Dteam.cpp2076 user_thread* userThread = team_allocate_user_thread(team);
2198 thread->user_thread = team_allocate_user_thread(team);
3575 team_allocate_user_thread(Team* team) function
H A Dthread.cpp1006 thread->user_thread = team_allocate_user_thread(team);

Completed in 50 milliseconds