Citron/src/core/hle/kernel
Yuri Kunde Schlesner b4a93cfdde DSP: Create backing memory for entire DSP RAM
Also move address space mapping out of video_core.
2017-05-09 21:44:00 -07:00
..
address_arbiter.cpp
address_arbiter.h
client_port.cpp
client_port.h
client_session.cpp
client_session.h
event.cpp Merge pull request #2397 from Subv/pulse 2017-01-10 10:45:00 -05:00
event.h Merge pull request #2397 from Subv/pulse 2017-01-10 10:45:00 -05:00
kernel.cpp Kernel: Add some asserts to enforce the invariants in the scheduler. 2017-01-05 09:40:18 -05:00
kernel.h Merge pull request #2397 from Subv/pulse 2017-01-10 10:45:00 -05:00
memory.cpp DSP: Create backing memory for entire DSP RAM 2017-05-09 21:44:00 -07:00
memory.h
mutex.cpp Kernel/Mutex: Propagate thread priority changes to other threads inheriting the priority via mutexes 2017-01-04 15:58:48 -05:00
mutex.h Kernel/Mutex: Propagate thread priority changes to other threads inheriting the priority via mutexes 2017-01-04 15:58:48 -05:00
process.cpp
process.h
resource_limit.cpp Thread: Added priority range checking to svcSetThreadPriority and removed priority clamping code from Thread::SetPriority. 2017-01-11 16:38:04 -05:00
resource_limit.h
semaphore.cpp Kernel/Semaphore: Fixed a regression in semaphore waits. 2017-01-05 13:00:05 -05:00
semaphore.h Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
server_port.cpp Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
server_port.h Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
server_session.cpp Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
server_session.h Doxygen: Amend minor issues (#2593) 2017-02-26 17:58:51 -08:00
session.cpp
shared_memory.cpp
shared_memory.h
thread.cpp Threads: Check the process' resource limit for the max allowed priority when creating a thread and remove the priority clamping code. 2017-01-11 16:38:05 -05:00
thread.h Core: Remove unnecessary include in thread.h 2017-02-26 17:22:01 -08:00
timer.cpp Timer: restore missing signaled=true from #2421 2017-02-27 22:49:46 +02:00
timer.h Timers: Immediately signal the timer if it was started with an initial value of 0. 2017-02-21 20:51:54 -05:00
vm_manager.cpp
vm_manager.h