You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/core/hle/kernel
James Rowe 61442d6afb Merge pull request #2839 from Subv/global_kernel_lock
Kernel/HLE: Use a mutex  to synchronize access to the HLE kernel state between the cpu thread and any other possible threads that might touch the kernel (network thread, etc).
8 years ago
..
address_arbiter.cpp Kernel: Centralize error definitions in errors.h 8 years ago
address_arbiter.h Kernel: Move HandleTable to a separate file 8 years ago
client_port.cpp Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession 8 years ago
client_port.h Kernel: Move HandleTable to a separate file 8 years ago
client_session.cpp Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest. 8 years ago
client_session.h Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest. 8 years ago
errors.h Kernel: Implement AcceptSession SVC 8 years ago
event.cpp Merge pull request #2397 from Subv/pulse 8 years ago
event.h Kernel: Move WaitObject to a separate file 8 years ago
handle_table.cpp Kernel: Move HandleTable to a separate file 8 years ago
handle_table.h Kernel: Move HandleTable to a separate file 8 years ago
hle_ipc.cpp Kernel/IPC: Support translation of null handles 8 years ago
hle_ipc.h Kernel/IPC: Make HLERequestContext usable from outside kernel 8 years ago
kernel.cpp Kernel: Move HandleTable to a separate file 8 years ago
kernel.h Merge pull request #2839 from Subv/global_kernel_lock 8 years ago
memory.cpp ResultVal: Remove MoveFrom() 8 years ago
memory.h Kernel: Map special regions according to ExHeader 8 years ago
mutex.cpp Kernel/Mutex: Propagate thread priority changes to other threads inheriting the priority via mutexes 8 years ago
mutex.h Kernel: Move WaitObject to a separate file 8 years ago
process.cpp Kernel: Add comment about the extended linear heap area 8 years ago
process.h Kernel: Map special regions according to ExHeader 8 years ago
resource_limit.cpp Kernel: Move HandleTable to a separate file 8 years ago
resource_limit.h
semaphore.cpp Kernel: Centralize error definitions in errors.h 8 years ago
semaphore.h Kernel: Move HandleTable to a separate file 8 years ago
server_port.cpp Kernel: Implement AcceptSession SVC 8 years ago
server_port.h Kernel: Implement AcceptSession SVC 8 years ago
server_session.cpp Merge pull request #2793 from Subv/replyandreceive 8 years ago
server_session.h Kernel/ServerSession: Keep track of which threads have issued sync requests. 8 years ago
session.cpp
session.h Kernel: Use a Session object to keep track of the status of a Client/Server session pair. 8 years ago
shared_memory.cpp Memory: Make PhysicalToVirtualAddress return a boost::optional 8 years ago
shared_memory.h
thread.cpp Kernel/Threads: Don't immediately switch to the new main thread when loading a new process. 8 years ago
thread.h Kernel: Move WaitObject to a separate file 8 years ago
timer.cpp ResultVal: Remove MoveFrom() 8 years ago
timer.h Kernel: Move WaitObject to a separate file 8 years ago
vm_manager.cpp Kernel: Centralize error definitions in errors.h 8 years ago
vm_manager.h Kernel: Centralize error definitions in errors.h 8 years ago
wait_object.cpp Kernel: Move WaitObject to a separate file 8 years ago
wait_object.h Kernel: Move WaitObject to a separate file 8 years ago