moby/container
Zhang Wei 1326f0cba5 Break big lock into some tiny locks
Don't involve code waiting for blocking channel in locked critical
section because it has potential risk of hanging forever.

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2015-12-23 13:23:23 +08:00
..
archive.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
container.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
container_unit_test.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
container_unix.go Replace usage of pkg/nat with go-connections/nat. 2015-12-22 13:31:46 -05:00
container_windows.go builder: remove container package dependency 2015-12-15 17:24:07 +01:00
monitor.go Break big lock into some tiny locks 2015-12-23 13:23:23 +08:00
state.go Break big lock into some tiny locks 2015-12-23 13:23:23 +08:00
state_test.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
state_unix.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
state_windows.go Move Container to its own package. 2015-12-03 17:39:49 +01:00