• 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
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...