2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/hle/kernel
bunnei 1c792389e6 Merge pull request #2408 from Subv/priority_boosting
Kernel: Removed the priority boost code for starved threads.
2017-01-06 00:40:39 -05:00
..
address_arbiter.cpp core: Remove HLE module, consolidate code & various cleanups. 2016-12-21 23:48:13 -05:00
address_arbiter.h
client_port.cpp Fixed the codestyle to match our clang-format rules. 2016-12-14 12:45:36 -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 Fixed the codestyle to match our clang-format rules. 2016-12-14 12:45:36 -05:00
client_session.h Fixed the codestyle to match our clang-format rules. 2016-12-14 12:45:36 -05:00
event.cpp Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
event.h Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -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 Kernel/Mutex: Update a mutex priority when a thread stops waiting on it. 2017-01-04 15:58:47 -05:00
memory.cpp
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
resource_limit.h
semaphore.cpp Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -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 Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
session.cpp
shared_memory.cpp
shared_memory.h
thread.cpp Merge pull request #2408 from Subv/priority_boosting 2017-01-06 00:40:39 -05:00
thread.h Kernel: Remove some unused functions. 2017-01-05 13:17:06 -05:00
timer.cpp Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
timer.h Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
vm_manager.cpp
vm_manager.h