1. 12 Oct, 2018 1 commit
  2. 14 Sep, 2018 1 commit
  3. 13 Sep, 2018 1 commit
  4. 17 Aug, 2018 1 commit
  5. 25 Jul, 2018 3 commits
  6. 18 Jul, 2018 1 commit
  7. 04 Jul, 2018 1 commit
  8. 19 Jun, 2018 1 commit
  9. 12 Jun, 2018 1 commit
  10. 05 Jun, 2018 1 commit
  11. 29 May, 2018 1 commit
  12. 18 Oct, 2017 1 commit
  13. 30 Aug, 2017 1 commit
  14. 02 Aug, 2017 1 commit
  15. 01 Feb, 2017 1 commit
  16. 09 Jan, 2017 1 commit
  17. 08 Aug, 2016 1 commit
  18. 13 Jul, 2016 1 commit
  19. 14 Jun, 2016 1 commit
  20. 13 Jun, 2016 2 commits
  21. 20 Nov, 2015 1 commit
  22. 21 Aug, 2015 1 commit
    • binji's avatar
      Signal a blocked futex if the isolate is interrupted; don't busy-wait · b7cf7327
      binji authored
      FutexEmulation::Wait can potentially block forever on a condition variable. We
      want to allow this to be interrupted (for a debugger, or to terminate the
      thread, for example).
      
      The previous implementation would periodically wake up the waiter to check for
      interrupts. This CL modifies the StackGuard so it wakes the blocked futex if
      the thread should be interrupted.
      
      BUG=chromium:497295
      R=jarin@chromium.org
      LOG=n
      
      Review URL: https://codereview.chromium.org/1230303005
      
      Cr-Commit-Position: refs/heads/master@{#30311}
      b7cf7327
  23. 11 Aug, 2015 1 commit
  24. 05 Aug, 2015 1 commit
  25. 17 Jul, 2015 1 commit