1. 04 Oct, 2017 7 commits
  2. 01 Oct, 2017 5 commits
  3. 30 Sep, 2017 10 commits
  4. 29 Sep, 2017 1 commit
  5. 28 Sep, 2017 1 commit
    • Subv's avatar
      Kernel/Threads: When putting a thread to wait, specify a function to execute when it is awoken. · 8432749d
      Subv authored
      This change makes for a clearer (less confusing) path of execution in the scheduler, now the code to execute when a thread awakes is closer to the code that puts the thread to sleep (WaitSynch1, WaitSynchN). It also allows us to implement the special wake up behavior of ReplyAndReceive without hacking up WaitObject::WakeupAllWaitingThreads.
      
      If savestates are desired in the future, we can change this implementation to one similar to the CoreTiming event system, where we first register the callback functions at startup and assign their identifiers to the Thread callback variable instead of directly assigning a lambda to the wake up callback variable.
      8432749d
  6. 27 Sep, 2017 2 commits
  7. 26 Sep, 2017 8 commits
  8. 25 Sep, 2017 6 commits