implement wait tree widget
This commit is contained in:
parent
c59bdecd23
commit
f69a543110
9 changed files with 636 additions and 0 deletions
|
@ -40,6 +40,10 @@ void WaitObject::WakeupAllWaitingThreads() {
|
|||
HLE::Reschedule(__func__);
|
||||
}
|
||||
|
||||
const std::vector<SharedPtr<Thread>>& WaitObject::GetWaitingThreads() const {
|
||||
return waiting_threads;
|
||||
}
|
||||
|
||||
HandleTable::HandleTable() {
|
||||
next_generation = 1;
|
||||
Clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue