.. |
client_port.cpp
|
|
|
client_port.h
|
|
|
client_session.cpp
|
|
|
client_session.h
|
|
|
condition_variable.cpp
|
|
|
condition_variable.h
|
|
|
errors.h
|
|
|
event.cpp
|
|
|
event.h
|
|
|
handle_table.cpp
|
core: Move process creation out of global state.
|
2018-03-14 18:42:19 -04:00 |
handle_table.h
|
|
|
hle_ipc.cpp
|
hle_ipc, fsp_srv: Cleanup logging.
|
2018-03-31 23:30:00 -04:00 |
hle_ipc.h
|
hle_ipc: Add SleepClientThread to block current thread within HLE routines.
|
2018-03-18 20:56:34 -04:00 |
kernel.cpp
|
core: Move process creation out of global state.
|
2018-03-14 18:42:19 -04:00 |
kernel.h
|
kernel: Move stack region outside of application heap.
|
2018-03-16 18:32:23 -04:00 |
memory.cpp
|
|
|
memory.h
|
|
|
mutex.cpp
|
mutex: Update hasWaiters on release.
|
2018-02-05 21:54:10 -05:00 |
mutex.h
|
|
|
object_address_table.cpp
|
Clean Warnings (?)
|
2018-03-19 17:07:08 +01:00 |
object_address_table.h
|
|
|
process.cpp
|
memory: Fix stack region.
|
2018-03-31 16:06:45 -04:00 |
process.h
|
core: Move process creation out of global state.
|
2018-03-14 18:42:19 -04:00 |
resource_limit.cpp
|
|
|
resource_limit.h
|
|
|
scheduler.cpp
|
core: Move process creation out of global state.
|
2018-03-14 18:42:19 -04:00 |
scheduler.h
|
scheduler: Cleanup based on PR feedback.
|
2018-02-19 16:46:42 -05:00 |
server_port.cpp
|
|
|
server_port.h
|
|
|
server_session.cpp
|
Clang Fixes
|
2018-03-19 17:53:35 +01:00 |
server_session.h
|
Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation.
|
2018-02-18 13:25:48 -05:00 |
session.cpp
|
|
|
session.h
|
|
|
shared_memory.cpp
|
Clang Fixes
|
2018-03-19 17:53:35 +01:00 |
shared_memory.h
|
|
|
svc.cpp
|
svc: Stub GetThreadCoreMask.
|
2018-03-29 21:23:15 -04:00 |
svc.h
|
|
|
svc_wrap.h
|
svc: Stub GetThreadCoreMask.
|
2018-03-29 21:23:15 -04:00 |
thread.cpp
|
memory: Fix stack region.
|
2018-03-31 16:06:45 -04:00 |
thread.h
|
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
|
2018-03-18 20:56:32 -04:00 |
timer.cpp
|
|
|
timer.h
|
|
|
vm_manager.cpp
|
arm_interface: Support unmapping previously mapped memory.
|
2018-03-16 18:32:24 -04:00 |
vm_manager.h
|
svc: Use more correct values for GetInfo MapRegion and NewMapRegion.
|
2018-03-16 18:32:23 -04:00 |
wait_object.cpp
|
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
|
2018-03-18 20:56:32 -04:00 |
wait_object.h
|
|
|