summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/wait_tree.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm_dynarmic: Implement coreMerryMage2018-01-121-1/+1
* Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)Subv2018-01-101-6/+3
* kernel: Rename Semaphore to ConditionVariable.bunnei2018-01-091-7/+8
* Kernel: Actually wake up the requested number of threads in Semaphore::Release.Subv2018-01-091-3/+2
* Kernel: Properly keep track of mutex lock data in the guest memory. This fixes userland locking/unlocking.Subv2018-01-091-4/+3
* 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