.. |
address_arbiter.cpp
|
HLE/AddressArbiter: Remove threads that were awoken by timeout from the arbiter's waitlist when using WaitIfLessThanWithTimeout and DecrementAndWaitIfLessThanWithTimeout.
|
2017-12-06 09:06:45 -05:00 |
address_arbiter.h
|
Kernel/Arbiters: When doing ArbitrateAddress(Signal), always pick the highest priority thread, using the first one that was put to sleep if more than one thread with the same highest priority exists.
|
2017-11-08 18:47:08 -05:00 |
client_port.cpp
|
|
|
client_port.h
|
|
|
client_session.cpp
|
Kernel/Sessions: Wake up any threads waiting on a ServerSession when its client is closed
|
2017-11-06 23:07:08 -05:00 |
client_session.h
|
|
|
errors.h
|
Kernel/IPC: Added a function to translate the IPC command buffer from one process to another.
|
2017-11-06 10:46:12 -05:00 |
event.cpp
|
|
|
event.h
|
|
|
handle_table.cpp
|
|
|
handle_table.h
|
|
|
hle_ipc.cpp
|
Merge pull request #3138 from wwylele/ipc-mapped-buffer
|
2017-12-03 11:33:48 +02:00 |
hle_ipc.h
|
Kernel/IPC: Implement MappedBuffer translation for HLE services that use the HLERequestContext architecture.
|
2017-12-03 00:05:20 +02:00 |
ipc.cpp
|
Kernel/IPC: Handle the StaticBuffer descriptor in LLE command requests.
|
2017-11-06 13:30:31 -05:00 |
ipc.h
|
Kernel/IPC: Added a function to translate the IPC command buffer from one process to another.
|
2017-11-06 10:46:12 -05:00 |
kernel.cpp
|
|
|
kernel.h
|
|
|
memory.cpp
|
|
|
memory.h
|
|
|
mutex.cpp
|
remove trailing spaces
|
2017-11-06 13:57:06 +02:00 |
mutex.h
|
Kernel/SVC: Don't let svcReleaseMutex release a mutex owned by another thread.
|
2017-11-04 10:05:18 -05:00 |
process.cpp
|
HLE/FS: Implemented FS::GetProgramLaunchInfo.
|
2017-12-09 18:46:34 -05:00 |
process.h
|
HLE/FS: Implemented FS::GetProgramLaunchInfo.
|
2017-12-09 18:46:34 -05:00 |
resource_limit.cpp
|
Fixed type conversion ambiguity
|
2017-09-30 09:34:35 +01:00 |
resource_limit.h
|
Fixed type conversion ambiguity
|
2017-09-30 09:34:35 +01:00 |
semaphore.cpp
|
|
|
semaphore.h
|
|
|
server_port.cpp
|
|
|
server_port.h
|
|
|
server_session.cpp
|
Kernel/IPC: Use 39 microseconds for the SendSyncRequest delay approximation.
|
2017-12-10 13:00:05 -05:00 |
server_session.h
|
Debugging: Implement GetName for Kernel::ServerSession.
|
2017-11-06 10:47:06 -05:00 |
session.cpp
|
|
|
session.h
|
|
|
shared_memory.cpp
|
Kernel/SharedMemory: Don't take over and unmap the source memory block when creating a shared memory, just reference it.
|
2017-10-02 15:16:16 -05:00 |
shared_memory.h
|
Fixed type conversion ambiguity
|
2017-09-30 09:34:35 +01:00 |
svc.cpp
|
core/arm: Backend-specific context implementations
|
2017-12-12 19:12:03 +00:00 |
svc.h
|
HLE: Move SVC handlers to the Kernel namespace
|
2017-12-09 20:32:58 -08:00 |
thread.cpp
|
core/arm: Backend-specific context implementations
|
2017-12-12 19:12:03 +00:00 |
thread.h
|
core/arm: Backend-specific context implementations
|
2017-12-12 19:12:03 +00:00 |
timer.cpp
|
CoreTiming: Reworked CoreTiming (#3119)
|
2017-11-25 14:56:57 +01:00 |
timer.h
|
|
|
vm_manager.cpp
|
|
|
vm_manager.h
|
|
|
wait_object.cpp
|
Kernel/Threads: Add a new thread status that will allow using a Kernel::Event to put a guest thread to sleep inside an HLE handler until said event is signaled.
|
2017-09-30 11:16:49 -05:00 |
wait_object.h
|
|
|