Skip to content
  1. Jan 16, 2017
  2. Jan 14, 2017
  3. Jan 13, 2017
  4. Jan 12, 2017
  5. Jan 11, 2017
  6. Jan 10, 2017
  7. Jan 08, 2017
  8. Jan 07, 2017
  9. Jan 06, 2017
  10. Jan 05, 2017
  11. Jan 04, 2017
    • 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
Loading