| Age | Commit message (Collapse) | Author |
|
|
|
- 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.
|
|
|
|
|
|
DuplicateHandle support
|
|
to use PrepareReschedule
|
|
pointer arguments
|
|
stub for SleepThread (does nothing)
|
|
|
|
|
|
messages
|
|
various fixes
- force kernel reschedule after svcWaitSynchronization
- fixed some bugs with passing in pointer arguments
- cleaned up some comments and log messages
|
|
|
|
|
|
|
|
just service Interface class)
|
|
|
|
attempting to connect to its port
|
|
"reason" argument
|
|
arg parameter to SVC CreateThread
|
|
messages to include newly created handles
|
|
|
|
|
|
|
|
|
|
|
|
|