citra/src/core/hle/kernel
Yuri Kunde Schlesner e321decf98 Remove SyncRequest from K::Object and create a new K::Session type
This is a first step at fixing the conceptual insanity that is our
handling of service and IPC calls. For now, interfaces still directly
derived from Session because we don't have the infrastructure to do it
properly. (That is, Processes and scheduling them.)
2014-12-15 18:26:17 -02:00
..
address_arbiter.cpp Convert old logging calls to new logging macros 2014-12-13 02:08:02 -02:00
address_arbiter.h HLE: Revamp error handling throrough the HLE code 2014-11-24 17:08:36 -02:00
archive.cpp Remove SyncRequest from K::Object and create a new K::Session type 2014-12-15 18:26:17 -02:00
archive.h Updated archive.cpp functions for proper error handling 2014-12-03 22:50:44 -08:00
event.cpp Remove duplicated docs/update them for changed parameters. 2014-11-24 17:08:36 -02:00
event.h Remove duplicated docs/update them for changed parameters. 2014-11-24 17:08:36 -02:00
kernel.cpp Convert old logging calls to new logging macros 2014-12-13 02:08:02 -02:00
kernel.h Remove SyncRequest from K::Object and create a new K::Session type 2014-12-15 18:26:17 -02:00
mutex.cpp Mutex: Remove some forward declarations 2014-12-07 15:57:28 -05:00
mutex.h Mutex: Release all held mutexes when a thread exits. 2014-12-07 15:44:21 -05:00
semaphore.cpp Kernel/Semaphore: Small style change 2014-12-13 13:40:19 -05:00
semaphore.h Kernel/Semaphores: Addressed some issues. 2014-12-13 13:40:16 -05:00
session.h Remove SyncRequest from K::Object and create a new K::Session type 2014-12-15 18:26:17 -02:00
shared_memory.cpp Convert old logging calls to new logging macros 2014-12-13 02:08:02 -02:00
shared_memory.h Remove duplicated docs/update them for changed parameters. 2014-11-24 17:08:36 -02:00
thread.cpp Convert old logging calls to new logging macros 2014-12-13 02:08:02 -02:00
thread.h Thread: Fixed to wait on address when in arbitration. 2014-12-08 19:44:10 -05:00