citra/src/core/hle/kernel
2018-10-26 16:07:45 -04:00
..
address_arbiter.cpp
address_arbiter.h Kernel: pass Kernel reference into AddressArbiter 2018-10-18 21:41:00 -04:00
client_port.cpp
client_port.h
client_session.cpp
client_session.h
errors.h
event.cpp
event.h
handle_table.cpp Kernel/Thread: move thread queue, current thread, and scheduling related function into the manager 2018-10-26 16:07:11 -04:00
handle_table.h kernel: make handle table per-process 2018-10-22 21:32:34 -04:00
hle_ipc.cpp kernel: make handle table per-process 2018-10-22 21:32:34 -04:00
hle_ipc.h Kernel/Thread: move thread queue, current thread, and scheduling related function into the manager 2018-10-26 16:07:11 -04:00
ipc.cpp kernel: make handle table per-process 2018-10-22 21:32:34 -04:00
ipc.h
kernel.cpp kernel/Thread: move thread list into the manager 2018-10-26 16:07:45 -04:00
kernel.h kernel/thread: add ThreadManager 2018-10-26 16:07:11 -04:00
memory.cpp
memory.h
mutex.cpp Kernel/Thread: move thread queue, current thread, and scheduling related function into the manager 2018-10-26 16:07:11 -04:00
mutex.h
object.cpp
object.h
process.cpp kernel: make handle table per-process 2018-10-22 21:32:34 -04:00
process.h kernel: make handle table per-process 2018-10-22 21:32:34 -04:00
resource_limit.cpp
resource_limit.h
semaphore.cpp
semaphore.h
server_port.cpp
server_port.h
server_session.cpp Kernel: pass ref down to Object and wrap ID counter into kernel state 2018-10-18 21:41:36 -04:00
server_session.h
session.cpp
session.h
shared_memory.cpp Kernel: change owner_process in Thread/SharedMemory to raw pointer 2018-10-25 19:54:06 -04:00
shared_memory.h Kernel: change owner_process in Thread/SharedMemory to raw pointer 2018-10-25 19:54:06 -04:00
svc.cpp kernel/Thread: move thread list into the manager 2018-10-26 16:07:45 -04:00
svc.h
thread.cpp kernel/Thread: move thread list into the manager 2018-10-26 16:07:45 -04:00
thread.h kernel/Thread: move thread list into the manager 2018-10-26 16:07:45 -04:00
timer.cpp
timer.h
vm_manager.cpp
vm_manager.h
wait_object.cpp
wait_object.h