yuzu/src/core/hle/kernel
2018-02-19 16:46:42 -05:00
..
client_port.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
client_port.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
client_session.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
client_session.h hle: Integrate Domain handling into ServerSession. 2018-01-24 22:18:56 -05:00
condition_variable.cpp WaitProcessWideKeyAtomic: Handle case where condition variable was already created. 2018-02-04 12:30:51 -05:00
condition_variable.h WaitProcessWideKeyAtomic: Handle case where condition variable was already created. 2018-02-04 12:30:51 -05:00
errors.h
event.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
event.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
handle_table.cpp handle_table: Remove ConvertSessionToDomain. 2018-01-24 22:18:51 -05:00
handle_table.h handle_table: Remove ConvertSessionToDomain. 2018-01-24 22:18:51 -05:00
hle_ipc.cpp Service/hid: stub some functions 2018-02-16 06:15:05 +03:00
hle_ipc.h Service/hid: stub some functions 2018-02-16 06:15:05 +03:00
kernel.cpp
kernel.h hle: Remove Domain and SyncObject kernel objects. 2018-01-24 22:18:54 -05: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
object_address_table.h
process.cpp
process.h
resource_limit.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
resource_limit.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
scheduler.cpp scheduler: Cleanup based on PR feedback. 2018-02-19 16:46:42 -05:00
scheduler.h scheduler: Cleanup based on PR feedback. 2018-02-19 16:46:42 -05:00
server_port.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
server_port.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
server_session.cpp Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation. 2018-02-18 13:25:48 -05: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 Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
session.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
shared_memory.cpp shared_memory: Remove some checks. 2018-02-14 22:24:06 -05:00
shared_memory.h svc: SharedMemory size should be 64-bits and cleanup. 2018-02-03 13:36:54 -05:00
svc_wrap.h
svc.cpp kernel: Use Scheduler class for threading. 2018-02-18 15:17:16 -05:00
svc.h
thread.cpp kernel: Use Scheduler class for threading. 2018-02-18 15:17:16 -05:00
thread.h kernel: Use Scheduler class for threading. 2018-02-18 15:17:16 -05:00
timer.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
timer.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
vm_manager.cpp vm_manager: Silence formatting specifier warnings 2018-02-14 01:50:14 -05:00
vm_manager.h memory: Replace all memory hooking with Special regions 2018-01-27 15:16:39 +00:00
wait_object.cpp
wait_object.h