summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/wait_tree.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-13Massive removal of unused modulesJames Rowe1-417/+0
2018-01-12arm_dynarmic: Implement coreMerryMage1-1/+1
2018-01-10Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)Subv1-6/+3
2018-01-09kernel: Rename Semaphore to ConditionVariable.bunnei1-7/+8
2018-01-09Kernel: Actually wake up the requested number of threads in Semaphore::Release.Subv1-3/+2
2018-01-09Kernel: Properly keep track of mutex lock data in the guest memory. This fixes userland locking/unlocking.Subv1-4/+3
2017-05-30Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner1-0/+1
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