1. 01 Feb, 2017 1 commit
  2. 27 Jan, 2017 1 commit
  3. 13 Jul, 2016 1 commit
  4. 30 Sep, 2015 1 commit
  5. 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
  6. 11 Aug, 2015 1 commit
  7. 17 Jul, 2015 1 commit