kernel: implement KProcess suspension
This commit is contained in:
parent
c1c931d97e
commit
59a6d88625
12 changed files with 204 additions and 217 deletions
|
@ -163,8 +163,8 @@ public:
|
|||
/// Forcibly detach the debugger if it is running.
|
||||
void DetachDebugger();
|
||||
|
||||
std::unique_lock<std::mutex> StallCPU();
|
||||
void UnstallCPU();
|
||||
std::unique_lock<std::mutex> StallProcesses();
|
||||
void UnstallProcesses();
|
||||
|
||||
/**
|
||||
* Initialize the debugger.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue