• Ian Lance Taylor's avatar
    runtime: don't block signals that will kill the program · eb97160f
    Ian Lance Taylor authored
    Otherwise we may delay the delivery of these signals for an arbitrary
    length of time. We are already careful to not block signals that the
    program has asked to see.
    
    Also make sure that we don't miss a signal delivery if a thread
    decides to stop for a while while executing the signal handler.
    
    Also clean up the TestAtomicStop output a little bit.
    
    Fixes #21433
    
    Change-Id: Ic0c1a4eaf7eba80d1abc1e9537570bf4687c2434
    Reviewed-on: https://go-review.googlesource.com/79581
    Run-TryBot: Ian Lance Taylor <iant@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarAustin Clements <austin@google.com>
    eb97160f
Name
Last commit
Last update
..
internal/pty Loading commit data...
doc.go Loading commit data...
example_test.go Loading commit data...
sig.s Loading commit data...
signal.go Loading commit data...
signal_cgo_test.go Loading commit data...
signal_plan9.go Loading commit data...
signal_plan9_test.go Loading commit data...
signal_test.go Loading commit data...
signal_unix.go Loading commit data...
signal_windows_test.go Loading commit data...