Yuri Kunde Schlesner 441f8b5a4b Core: Remove unnecessary include in thread.h 9 лет назад
..
address_arbiter.cpp 4fc8b8229e core: Remove HLE module, consolidate code & various cleanups. 9 лет назад
address_arbiter.h ebdae19fd2 Remove empty newlines in #include blocks. 9 лет назад
client_port.cpp 016307ae65 Fixed the codestyle to match our clang-format rules. 9 лет назад
client_port.h 016307ae65 Fixed the codestyle to match our clang-format rules. 9 лет назад
client_session.cpp 016307ae65 Fixed the codestyle to match our clang-format rules. 9 лет назад
client_session.h 016307ae65 Fixed the codestyle to match our clang-format rules. 9 лет назад
event.cpp 84d72fd92f Merge pull request #2397 from Subv/pulse 9 лет назад
event.h 84d72fd92f Merge pull request #2397 from Subv/pulse 9 лет назад
kernel.cpp dda4ec93be Kernel: Add some asserts to enforce the invariants in the scheduler. 9 лет назад
kernel.h 84d72fd92f Merge pull request #2397 from Subv/pulse 9 лет назад
memory.cpp 13d46f6820 Fix typos 9 лет назад
memory.h ebdae19fd2 Remove empty newlines in #include blocks. 9 лет назад
mutex.cpp d3ff5b91e1 Kernel/Mutex: Propagate thread priority changes to other threads inheriting the priority via mutexes 9 лет назад
mutex.h d3ff5b91e1 Kernel/Mutex: Propagate thread priority changes to other threads inheriting the priority via mutexes 9 лет назад
process.cpp 84fbbe2629 Use negative priorities to avoid special-casing the self-include 9 лет назад
process.h ebdae19fd2 Remove empty newlines in #include blocks. 9 лет назад
resource_limit.cpp f2f2572fed Thread: Added priority range checking to svcSetThreadPriority and removed priority clamping code from Thread::SetPriority. 9 лет назад
resource_limit.h ebdae19fd2 Remove empty newlines in #include blocks. 9 лет назад
semaphore.cpp 4251eb26ec Kernel/Semaphore: Fixed a regression in semaphore waits. 9 лет назад
semaphore.h e6a7723f2f Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 9 лет назад
server_port.cpp e6a7723f2f Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 9 лет назад
server_port.h e6a7723f2f Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 9 лет назад
server_session.cpp e6a7723f2f Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 9 лет назад
server_session.h 441f8b5a4b Core: Remove unnecessary include in thread.h 9 лет назад
session.cpp 396a8d91a4 Manually tweak source formatting and then re-run clang-format 9 лет назад
shared_memory.cpp 84fbbe2629 Use negative priorities to avoid special-casing the self-include 9 лет назад
shared_memory.h ebdae19fd2 Remove empty newlines in #include blocks. 9 лет назад
thread.cpp 1ddff14511 Threads: Check the process' resource limit for the max allowed priority when creating a thread and remove the priority clamping code. 9 лет назад
thread.h 441f8b5a4b Core: Remove unnecessary include in thread.h 9 лет назад
timer.cpp 84d72fd92f Merge pull request #2397 from Subv/pulse 9 лет назад
timer.h 84d72fd92f Merge pull request #2397 from Subv/pulse 9 лет назад
vm_manager.cpp 84fbbe2629 Use negative priorities to avoid special-casing the self-include 9 лет назад
vm_manager.h ebdae19fd2 Remove empty newlines in #include blocks. 9 лет назад