yuzu-fork/src/core/hle/kernel
2017-05-15 11:22:16 -05:00
..
address_arbiter.cpp core: Remove HLE module, consolidate code & various cleanups. 2016-12-21 23:48:13 -05:00
address_arbiter.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
client_port.cpp Kernel: Use a Session object to keep track of the status of a Client/Server session pair. 2017-05-15 11:22:15 -05:00
client_port.h Fixed the codestyle to match our clang-format rules. 2016-12-14 12:45:36 -05:00
client_session.cpp Kernel: Remove a now unused enum and variable regarding a session's status. 2017-05-15 11:22:16 -05:00
client_session.h Kernel: Remove a now unused enum and variable regarding a session's status. 2017-05-15 11:22:16 -05:00
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 Fix typos 2016-10-20 12:26:59 -02:00
memory.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
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 Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
process.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
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 Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
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: Use a Session object to keep track of the status of a Client/Server session pair. 2017-05-15 11:22:15 -05:00
server_session.h Kernel: Use a Session object to keep track of the status of a Client/Server session pair. 2017-05-15 11:22:15 -05:00
session.cpp Manually tweak source formatting and then re-run clang-format 2016-09-18 21:14:25 -07:00
session.h Kernel: Use a Session object to keep track of the status of a Client/Server session pair. 2017-05-15 11:22:15 -05:00
shared_memory.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
shared_memory.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
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 Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
vm_manager.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00