Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: Remove unnecessary includes | Lioncash | 2018-07-31 | 1 | -2/+0 |
* | hle: Remove config_mem.h/.cpp | Lioncash | 2018-07-23 | 1 | -1/+0 |
* | hle: Remove shared_page.h/.cpp | Lioncash | 2018-07-23 | 1 | -1/+0 |
* | thread: Convert ThreadStatus into an enum class | Lioncash | 2018-07-20 | 1 | -6/+6 |
* | thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB. | bunnei | 2018-03-19 | 1 | -1/+2 |
* | Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback. | Subv | 2018-01-09 | 1 | -4/+13 |
* | wait_object: Refactor to allow waking up a single thread. | bunnei | 2018-01-07 | 1 | -15/+22 |
* | Merge pull request #2967 from Subv/thread_wakeup_callbacks | Sebastian Valle | 2017-09-30 | 1 | -7/+4 |
|\ | |||||
| * | Kernel/Threads: When putting a thread to wait, specify a function to execute when it is awoken. | Subv | 2017-09-28 | 1 | -7/+4 |
* | | Fixed type conversion ambiguity | Huw Pascoe | 2017-09-30 | 1 | -1/+1 |
|/ | |||||
* | Kernel: Move WaitObject to a separate file | Yuri Kunde Schlesner | 2017-05-30 | 1 | -0/+99 |