1. 02 Jun, 2018 1 commit
    • Subv's avatar
      Kernel/Threads: A thread waking up by timeout from a WaitProcessWideKey may... · 9cd87a63
      Subv authored
      Kernel/Threads: A thread waking up by timeout from a WaitProcessWideKey may already have an assigned lock owner.
      
      This situation may happen like so:
      Thread 1 with low priority calls WaitProcessWideKey with timeout.
      Thread 2 with high priority calls WaitProcessWideKey without timeout.
      Thread 3 calls SignalProcessWideKey
      - Thread 2 acquires the lock and awakens.
      - Thread 1 can't acquire the lock and is put to sleep with the lock owner being Thread 2.
      Thread 1's timeout expires, with the lock owner still being set to Thread 2.
      9cd87a63
  2. 01 Jun, 2018 2 commits
  3. 31 May, 2018 6 commits
  4. 30 May, 2018 12 commits
  5. 29 May, 2018 1 commit
  6. 28 May, 2018 2 commits
  7. 27 May, 2018 7 commits
  8. 26 May, 2018 8 commits
  9. 24 May, 2018 1 commit