This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
mirror of
https://github.com/Ryujinx/Ryujinx.git
synced
2024-11-08 15:38:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3484265d37
Ryujinx
/
Ryujinx.HLE
/
HOS
/
Kernel
/
Common
/
IKFutureSchedulerObject.cs
7 lines
116 B
C#
Raw
Normal View
History
Unescape
Escape
Refactor SVC handler (#540) * Refactor SVC handler * Get rid of KernelErr * Split kernel code files into multiple folders
2018-12-18 05:33:36 +00:00
namespace
Ryujinx.HLE.HOS.Kernel.Common
Thread scheduler rewrite (#393) * Started to rewrite the thread scheduler * Add a single core-like scheduling mode, enabled by default * Clear exclusive monitor on context switch * Add SetThreadActivity, misc fixes * Implement WaitForAddress and SignalToAddress svcs, misc fixes * Misc fixes (on SetActivity and Arbiter), other tweaks * Rebased * Add missing null check * Rename multicore key on config, fix UpdatePriorityInheritance * Make scheduling data MLQs private * nit: Ordering
2018-09-18 23:36:43 +00:00
{
interface
IKFutureSchedulerObject
{
void
TimeUp
(
)
;
}
}
Reference in a new issue
Copy permalink