summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/wait_tree.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-12Massive removal of unused modulesGravatar James Rowe1-417/+0
2018-01-12arm_dynarmic: Implement coreGravatar MerryMage1-1/+1
2018-01-10Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGe...Gravatar Subv1-6/+3
2018-01-08kernel: Rename Semaphore to ConditionVariable.Gravatar bunnei1-7/+8
2018-01-08Kernel: Actually wake up the requested number of threads in Semaphore::Release.Gravatar Subv1-3/+2
2018-01-08Kernel: Properly keep track of mutex lock data in the guest memory. This fixe...Gravatar Subv1-4/+3
2017-05-29Kernel: Move WaitObject to a separate fileGravatar Yuri Kunde Schlesner1-0/+1
2017-01-04Kernel: Use different thread statuses when a thread calls WaitSynchronization...Gravatar Subv1-3/+6
2016-12-21core: Consolidate core and system state, remove system module & cleanups.Gravatar bunnei1-1/+1
2016-12-14Fixed the codestyle to match our clang-format rules.Gravatar Subv1-1/+2
2016-12-09WaitSynch: Removed unused variables and reduced SharedPtr copies.Gravatar Subv1-1/+1
2016-12-04Threading: Added some utility functions and const correctness.Gravatar Subv1-1/+1
2016-12-03Threading: Reworked the way our scheduler works.Gravatar Subv1-1/+1
2016-11-30Fixed the rebase mistakes.Gravatar Subv1-1/+0
2016-09-22implement wait tree widgetGravatar wwylele1-0/+417