moby--moby/pkg/signal
Erik Dubbelboer 46b1194d99 Removed race condition
If two interrupts were fired really quickly interruptCount could have been incremented twice before the LoadUint32 making cleanup not being called at all.

Signed-off-by: Erik Dubbelboer <erik@dubbelboer.com>
2014-12-06 22:52:19 +08:00
..
signal.go Make docker use the signal pkg with strings 2014-03-10 17:36:47 -07:00
signal_darwin.go Make docker use the signal pkg with strings 2014-03-10 17:36:47 -07:00
signal_freebsd.go Like signal_linux.go, we don't have import os and os/signal 2014-03-11 23:14:58 +09:00
signal_linux.go Make docker use the signal pkg with strings 2014-03-10 17:36:47 -07:00
signal_unix.go Extract client signals to pkg/signal 2014-11-14 18:20:53 -08:00
signal_unsupported.go Make docker use the signal pkg with strings 2014-03-10 17:36:47 -07:00
signal_windows.go Extract client signals to pkg/signal 2014-11-14 18:20:53 -08:00
trap.go Removed race condition 2014-12-06 22:52:19 +08:00