1. 16 Jan, 2017 3 commits
  2. 14 Jan, 2017 2 commits
  3. 13 Jan, 2017 1 commit
  4. 12 Jan, 2017 3 commits
  5. 11 Jan, 2017 6 commits
  6. 10 Jan, 2017 1 commit
  7. 08 Jan, 2017 3 commits
  8. 07 Jan, 2017 4 commits
  9. 06 Jan, 2017 3 commits
  10. 05 Jan, 2017 13 commits
  11. 04 Jan, 2017 1 commit
    • Subv's avatar
      Kernel: Use different thread statuses when a thread calls WaitSynchronization1... · cef5f45d
      Subv authored
      Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and  WaitSynchronizationN with wait_all = true.
      
      This commit removes the overly general THREADSTATUS_WAIT_SYNCH and replaces it with two more granular statuses:
      
      THREADSTATUS_WAIT_SYNCH_ANY when a thread waits on objects via WaitSynchronization1 or WaitSynchronizationN with wait_all = false.
      
      THREADSTATUS_WAIT_SYNCH_ALL when a thread waits on objects via WaitSynchronizationN with wait_all = true.
      cef5f45d