You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Yuri Kunde Schlesner ecd332b1b7 Merge pull request #2787 from yuriks/hle-ipc-tests 9 years ago
..
address_arbiter.cpp Kernel: Centralize error definitions in errors.h 9 years ago
address_arbiter.h Kernel: Move HandleTable to a separate file 9 years ago
client_port.cpp Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession 9 years ago
client_port.h Kernel: Move HandleTable to a separate file 9 years ago
client_session.cpp Session: Remove/add some forward declarations 9 years ago
client_session.h Kernel: Move HandleTable to a separate file 9 years ago
errors.h Kernel: Centralize error definitions in errors.h 9 years ago
event.cpp Merge pull request #2397 from Subv/pulse 9 years ago
event.h Kernel: Move WaitObject to a separate file 9 years ago
handle_table.cpp Kernel: Move HandleTable to a separate file 9 years ago
handle_table.h Kernel: Move HandleTable to a separate file 9 years ago
hle_ipc.cpp Kernel/IPC: Make HLERequestContext usable from outside kernel 9 years ago
hle_ipc.h Kernel/IPC: Make HLERequestContext usable from outside kernel 9 years ago
kernel.cpp Kernel: Move HandleTable to a separate file 9 years ago
kernel.h Kernel: Move HandleTable to a separate file 9 years ago
memory.cpp Kernel: Move HandleTable to a separate file 9 years ago
memory.h Kernel: Map special regions according to ExHeader 9 years ago
mutex.cpp Kernel/Mutex: Propagate thread priority changes to other threads inheriting the priority via mutexes 9 years ago
mutex.h Kernel: Move WaitObject to a separate file 9 years ago
process.cpp Kernel: Centralize error definitions in errors.h 9 years ago
process.h Kernel: Map special regions according to ExHeader 9 years ago
resource_limit.cpp Kernel: Move HandleTable to a separate file 9 years ago
resource_limit.h Remove empty newlines in #include blocks. 10 years ago
semaphore.cpp Kernel: Centralize error definitions in errors.h 9 years ago
semaphore.h Kernel: Move HandleTable to a separate file 9 years ago
server_port.cpp Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession 9 years ago
server_port.h Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession 9 years ago
server_session.cpp Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession 9 years ago
server_session.h Session: Remove/add some forward declarations 9 years ago
session.cpp Manually tweak source formatting and then re-run clang-format 10 years ago
session.h Kernel: Use a Session object to keep track of the status of a Client/Server session pair. 9 years ago
shared_memory.cpp Kernel: Centralize error definitions in errors.h 9 years ago
shared_memory.h Remove empty newlines in #include blocks. 10 years ago
thread.cpp Kernel: Move HandleTable to a separate file 9 years ago
thread.h Kernel: Move WaitObject to a separate file 9 years ago
timer.cpp Kernel: Move HandleTable to a separate file 9 years ago
timer.h Kernel: Move WaitObject to a separate file 9 years ago
vm_manager.cpp Kernel: Centralize error definitions in errors.h 9 years ago
vm_manager.h Kernel: Centralize error definitions in errors.h 9 years ago
wait_object.cpp Kernel: Move WaitObject to a separate file 9 years ago
wait_object.h Kernel: Move WaitObject to a separate file 9 years ago