Home
last modified time | relevance | path

Searched refs:SetCurrentThread (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliThreadCommand.cpp55 context.SetCurrentThread(thread); in Execute()
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp60 void SetCurrentThread(struct thread* thread) in SetCurrentThread() function in CPU
265 return cpu->SetCurrentThread(thread); in arch_thread_set_current_thread()
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.h78 void SetCurrentThread(::Thread* thread);
H A DCliContext.cpp234 CliContext::SetCurrentThread(::Thread* thread) in SetCurrentThread() function in CliContext
395 SetCurrentThread(fStoppedThread); in WaitForThreadOrUser()