summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/wait_tree.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner2017-05-301-0/+1
* Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true.Subv2017-01-041-3/+6
* core: Consolidate core and system state, remove system module & cleanups.bunnei2016-12-221-1/+1
* Merge pull request #2260 from Subv/schedulingbunnei2016-12-161-1/+2
|\
| * Fixed the codestyle to match our clang-format rules.Subv2016-12-141-1/+2
| * WaitSynch: Removed unused variables and reduced SharedPtr copies.Subv2016-12-091-1/+1
| * Threading: Added some utility functions and const correctness.Subv2016-12-041-1/+1
| * Threading: Reworked the way our scheduler works.Subv2016-12-041-1/+1
* | Fixed the rebase mistakes.Subv2016-12-011-1/+0
|/
* implement wait tree widgetwwylele2016-09-221-0/+417