Searched refs:GetAndLock (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/kernel/
H A Dthread.cpp300 Thread::GetAndLock(thread_id id) function in class:Thread
2517 Thread* thread = Thread::GetAndLock(id);
2583 thread = Thread::GetAndLock(id);
2608 Thread* thread = Thread::GetAndLock(id);
2634 Thread* thread = Thread::GetAndLock(id);
2687 Thread* thread = Thread::GetAndLock(id);
3014 Thread* thread = Thread::GetAndLock(threadID);
3194 Thread* thread = Thread::GetAndLock(id);
3219 Team* team = Team::GetAndLock(teamID);
3291 Thread* thread = Thread::GetAndLock(i
[all...]
H A DUserTimer.cpp80 thread = Thread::GetAndLock(threadID);
1273 Team* timedTeam = Team::GetAndLock(clockID);
1721 thread = Thread::GetAndLock(threadID);
H A Dteam.cpp612 Team::GetAndLock(team_id id) function in class:Team
1256 Team* team = Team::GetAndLock(id);
2800 Team* team = Team::GetAndLock(id);
3524 Team* team = Team::GetAndLock(teamID);
3545 Team* team = Team::GetAndLock(teamID);
3959 Team* team = Team::GetAndLock(id);
3990 Team* team = Team::GetAndLock(id);
4495 Team* team = Team::GetAndLock(teamID);
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp382 team = Team::GetAndLock(teamID);
1528 Thread* thread = Thread::GetAndLock(threadInfo.thread);
1621 Thread* thread = Thread::GetAndLock(threadID);
1818 Thread* thread = Thread::GetAndLock(threadID);
1867 Thread* thread = Thread::GetAndLock(threadID);
2079 Thread* thread = Thread::GetAndLock(threadID);
2131 Thread* thread = Thread::GetAndLock(threadID);
2300 Thread* thread = Thread::GetAndLock(threadID);
2375 Thread* thread = Thread::GetAndLock(threadID);
2926 Thread* thread = Thread::GetAndLock(threadI
[all...]
/haiku/headers/private/kernel/
H A Dthread_types.h316 static Team* GetAndLock(team_id id);
567 static Thread* GetAndLock(thread_id id);

Completed in 82 milliseconds