summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/wait_tree.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-04Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true.Subv1-3/+6
2016-12-22core: Consolidate core and system state, remove system module & cleanups.bunnei1-1/+1
2016-12-14Fixed the codestyle to match our clang-format rules.Subv1-1/+2
2016-12-09WaitSynch: Removed unused variables and reduced SharedPtr copies.Subv1-1/+1
2016-12-04Threading: Added some utility functions and const correctness.Subv1-1/+1
2016-12-04Threading: Reworked the way our scheduler works.Subv1-1/+1
2016-12-01Fixed the rebase mistakes.Subv1-1/+0
2016-09-22implement wait tree widgetwwylele1-0/+417