.. |
client_port.cpp
|
|
|
client_port.h
|
|
|
client_session.cpp
|
|
|
client_session.h
|
|
|
errors.h
|
Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.
|
2018-04-20 21:04:25 -05:00 |
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
|
Qt: Update the WaitTree widget to show info about the current mutex of each thread.
|
2018-04-20 21:04:34 -05:00 |
memory.cpp
|
|
|
memory.h
|
|
|
mutex.cpp
|
Kernel: Implemented mutex priority inheritance.
|
2018-04-23 11:23:44 -05:00 |
mutex.h
|
Kernel: Remove old and unused Mutex code.
|
2018-04-20 21:04:32 -05:00 |
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: Make ResourceTypes an enum class
|
2018-04-20 19:41:45 -04:00 |
resource_limit.h
|
resource_limit: Make ResourceTypes an enum class
|
2018-04-20 19:41:45 -04:00 |
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
|
shared_memory: Remove incorrect 3ds-specific check.
|
2018-04-02 23:50:58 -04:00 |
shared_memory.h
|
svc: SharedMemory size should be 64-bits and cleanup.
|
2018-02-03 13:36:54 -05:00 |
svc.cpp
|
Merge pull request #370 from Subv/sync_primitives
|
2018-04-23 16:33:00 -04:00 |
svc.h
|
|
|
svc_wrap.h
|
svc: Stub out SetThreadActivity, GetThreadContext.
|
2018-04-02 23:51:01 -04:00 |
thread.cpp
|
Kernel: Implemented mutex priority inheritance.
|
2018-04-23 11:23:44 -05:00 |
thread.h
|
Kernel: Implemented mutex priority inheritance.
|
2018-04-23 11:23:44 -05:00 |
timer.cpp
|
|
|
timer.h
|
|
|
vm_manager.cpp
|
vm_manager: Increase GetTotalMemoryUsage value.
|
2018-04-14 22:04:10 -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
|
|
|