yuzu/src/core/hle/kernel
Subv d3634d4bf4 Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Implemented svcs GetResourceLimit, GetResourceLimitCurrentValues and GetResourceLimitLimitValues.

Note that the resource limits do not currently keep track of used objects, since we have no way to distinguish between an object created by the application, and an object created by some HLE module once we're inside Kernel::T::Create.
2015-05-14 22:50:13 -05:00
..
address_arbiter.cpp Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
address_arbiter.h Kernel: Stop creating useless Handles during object creation 2015-02-02 15:37:09 -02:00
event.cpp Common: Remove common.h 2015-05-07 15:45:22 -03:00
event.h Kernel: Stop creating useless Handles during object creation 2015-02-02 15:37:09 -02:00
kernel.cpp Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 2015-05-14 22:50:13 -05:00
kernel.h Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 2015-05-14 22:50:13 -05:00
mutex.cpp Common: Remove common.h 2015-05-07 15:45:22 -03:00
mutex.h Mutex: Locks should be recursive. 2015-02-09 22:06:09 -05:00
process.cpp Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 2015-05-14 22:50:13 -05:00
process.h Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 2015-05-14 22:50:13 -05:00
resource_limit.cpp Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 2015-05-14 22:50:13 -05:00
resource_limit.h Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 2015-05-14 22:50:13 -05:00
semaphore.cpp Common: Remove common.h 2015-05-07 15:45:22 -03:00
semaphore.h Explicitly instantiate constructors/destructors for Kernel objects 2015-02-02 15:37:07 -02:00
session.cpp Explicitly instantiate constructors/destructors for Kernel objects 2015-02-02 15:37:07 -02:00
session.h Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
shared_memory.cpp Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
shared_memory.h Kernel: Capture SharedMemory attributes at creation, not when mapping 2015-05-10 19:47:07 -03:00
thread.cpp Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
thread.h Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
timer.cpp Common: Remove common.h 2015-05-07 15:45:22 -03:00
timer.h Kernel: Stop creating useless Handles during object creation 2015-02-02 15:37:09 -02:00