10 Commits (ce7d89cb0e6aeedbd0268db7cd9ad0becc973067)

Author SHA1 Message Date
bunnei ce7d89cb0e thread: Rename mask to affinity_masks. 8 years ago
bunnei f006872017 wait_tree: Add ideal core and affinity mask. 8 years ago
bunnei 26a22031aa wait_tree: Show all threads on all schedulers. 8 years ago
bunnei 44c565aeca core: Implement multicore support. 8 years ago
Subv 106d31e8c3 Qt: Update the WaitTree widget to show info about the current mutex of each thread. 8 years ago
bunnei d6c27e6b28 thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB. 8 years ago
bunnei 539977f39b kernel: Use Scheduler class for threading. 8 years ago
bunnei 1cbf186f63 debugger: Fix wait_tree crash. 8 years ago
James Rowe bd5740a721 Remove gpu debugger and get yuzu qt to compile 8 years ago
James Rowe 5dbd091a80 Massive removal of unused modules 8 years ago
MerryMage ced9768819 arm_dynarmic: Implement core 8 years ago
Subv 9362706e1d Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask) 8 years ago
bunnei 7a59da7834 kernel: Rename Semaphore to ConditionVariable. 8 years ago
Subv 96e2acfa8f Kernel: Actually wake up the requested number of threads in Semaphore::Release. 8 years ago
Subv 2ca36ac394 Kernel: Properly keep track of mutex lock data in the guest memory. This fixes userland locking/unlocking. 8 years ago
Yuri Kunde Schlesner 6f662625d3 Kernel: Move WaitObject to a separate file 9 years ago
Subv bcad1d6f12 Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true. 9 years ago
bunnei d504f6cf08 core: Consolidate core and system state, remove system module & cleanups. 9 years ago
Subv 00decc1180 Fixed the codestyle to match our clang-format rules. 9 years ago
Subv d4815e828d WaitSynch: Removed unused variables and reduced SharedPtr copies. 9 years ago
Subv 44c59feca6 Threading: Added some utility functions and const correctness. 9 years ago
Subv 5bc10a74f6 Threading: Reworked the way our scheduler works. 9 years ago
Subv 4c4f50dfaf Fixed the rebase mistakes. 9 years ago
wwylele 8b25c12ce8 implement wait tree widget 10 years ago