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

/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliContinueCommand.cpp32 Thread* thread = context.CurrentThread();
H A DCliStopCommand.cpp42 thread = context.CurrentThread();
H A DCliStackTraceCommand.cpp35 Thread* thread = context.CurrentThread();
H A DCliPrintVariableCommand.cpp116 context.CurrentThread()->GetCpuState(), container, node);
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp58 struct thread* CurrentThread() function in class:CPU
236 return cpu->CurrentThread();
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.h76 ::Thread* CurrentThread() const { return fCurrentThread; } function in class:CliContext

Completed in 47 milliseconds