1. 04 Dec, 2016 1 commit
    • Subv's avatar
      Threading: Reworked the way our scheduler works. · 8634b8cb
      Subv authored
      Threads will now be awakened when the objects they're waiting on are signaled, instead of repeating the WaitSynchronization call every now and then.
      
      The scheduler is now called once after every SVC call, and once after a thread is awakened from sleep by its timeout callback.
      
      This new implementation is based off reverse-engineering of the real kernel.
      
      See https://gist.github.com/Subv/02f29bd9f1e5deb7aceea1e8f019c8f4 for a more detailed description of how the real kernel handles rescheduling.
      8634b8cb
  2. 01 Dec, 2016 2 commits
  3. 30 Nov, 2016 11 commits
  4. 29 Nov, 2016 1 commit
  5. 28 Nov, 2016 2 commits
  6. 27 Nov, 2016 7 commits
  7. 26 Nov, 2016 5 commits
  8. 25 Nov, 2016 5 commits
  9. 24 Nov, 2016 6 commits