- Jun 13, 2014
-
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
Kernel: Made SyncRequest not pure virtual, with a default implementation of error (as this is not required for all kernel objects)
-
bunnei authored
- SVC: Added ExitThread support - SVC: Added SignalEvent support - Thread: Added WAITTYPE_EVENT for waiting threads for event signals - Thread: Added support for blocking on other threads to finish (e.g. Thread::Join) - Thread: Added debug function for printing current threads ready for execution - Thread: Removed hack/broken thread ready state code from Kernel::Reschedule - Mutex: Moved WaitCurrentThread from SVC to Mutex::WaitSynchronization - Event: Added support for blocking threads on event signalling Kernel: Added missing algorithm #include for use of std::find on non-Windows platforms.
-
- Jun 02, 2014
- Jun 01, 2014
-
-
bunnei authored
thread: updated Reschedule to sit at a synchronization barrier when no other threads are ready for execution
-
- May 27, 2014
- May 22, 2014
-
-
bunnei authored
-
bunnei authored
thread: removed unused SwitchContext/Reschedule reason field, added missing arg parameter to SVC CreateThread
-
bunnei authored
-
bunnei authored
thread: moved ThreadStatus/WaitType to header, added support for arg on CreateThread, added correct CPSR reset
-
bunnei authored
-
- May 21, 2014
- May 20, 2014
- May 18, 2014
-
-
bunnei authored
- added ResetType enum
-
- May 17, 2014
- May 15, 2014
- May 14, 2014
- May 10, 2014
-
-
bunnei authored
-