summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/wait_tree.cpp
AgeCommit message (Expand)Author
2017-05-29Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner
2017-01-04Kernel: Use different thread statuses when a thread calls WaitSynchronization...Subv
2016-12-21core: Consolidate core and system state, remove system module & cleanups.bunnei
2016-12-16Merge pull request #2260 from Subv/schedulingbunnei
2016-12-14Fixed the codestyle to match our clang-format rules.Subv
2016-12-09WaitSynch: Removed unused variables and reduced SharedPtr copies.Subv
2016-12-04Threading: Added some utility functions and const correctness.Subv
2016-12-03Threading: Reworked the way our scheduler works.Subv
2016-11-30Fixed the rebase mistakes.Subv
2016-09-22implement wait tree widgetwwylele