| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-13 | Kernel: Added real support for thread and event blocking | bunnei | |
| - 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. | |||
| 2014-06-02 | svc: added optional name field to Event and Mutex (used for debugging) | bunnei | |
| 2014-06-01 | event: added a hackish ability to set an event as "locked" to its current ↵ | bunnei | |
| state, cleaned up some comments | |||
| 2014-05-29 | event: added support for ClearEvent, fixed a bug with CreateEvent, fixed ↵ | bunnei | |
| some comments | |||
| 2014-05-27 | event: added SetEventLocked method to change status an events lock | bunnei | |
| 2014-05-27 | kernel: added event module to support creation of CTR "Event" objects | bunnei | |
