yuzu/src/core/hle/kernel
2020-06-27 11:35:37 -04:00
..
memory
address_arbiter.cpp ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. 2020-06-27 11:35:37 -04:00
address_arbiter.h SVC: Correct svcWaitForAddress and svcSignalToAddress. 2020-06-27 11:35:25 -04:00
client_port.cpp
client_port.h
client_session.cpp
client_session.h
code_set.cpp
code_set.h
errors.h SVC: WaitSynchronization add Termination Pending Result. 2020-06-27 11:35:36 -04:00
handle_table.cpp
handle_table.h
hle_ipc.cpp Core: Correct HLE Event Callbacks and other issues. 2020-06-27 11:35:22 -04:00
hle_ipc.h
kernel.cpp
kernel.h
mutex.cpp ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. 2020-06-27 11:35:37 -04:00
mutex.h
object.cpp
object.h
physical_core.cpp
physical_core.h
physical_memory.h
process_capability.cpp
process_capability.h
process.cpp Process: Protect TLS region and Modules. 2020-06-27 11:35:21 -04:00
process.h
readable_event.cpp
readable_event.h
resource_limit.cpp
resource_limit.h
scheduler.cpp Scheduler: Remove arm_interface lock and a few corrections. 2020-06-27 11:35:35 -04:00
scheduler.h Scheduler: Release old thread fiber before trying to switch to the next thread fiber. 2020-06-27 11:35:28 -04:00
server_port.cpp
server_port.h
server_session.cpp
server_session.h
session.cpp
session.h
shared_memory.cpp
shared_memory.h
svc_types.h
svc_wrap.h
svc.cpp ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. 2020-06-27 11:35:37 -04:00
svc.h
synchronization_object.cpp SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey. 2020-06-27 11:35:17 -04:00
synchronization_object.h SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey. 2020-06-27 11:35:17 -04:00
synchronization.cpp SVC: WaitSynchronization add Termination Pending Result. 2020-06-27 11:35:36 -04:00
synchronization.h
thread.cpp ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. 2020-06-27 11:35:37 -04:00
thread.h SVC: Correct SetThreadActivity. 2020-06-27 11:35:33 -04:00
time_manager.cpp SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey. 2020-06-27 11:35:17 -04:00
time_manager.h SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey. 2020-06-27 11:35:17 -04:00
transfer_memory.cpp
transfer_memory.h
writable_event.cpp
writable_event.h