Files
docker-cli/components/engine/daemon/execdriver
Justin Cormack b5183e0bab Allow use of robust list syscalls
The set_robust_list syscall sets the list of futexes which are
cleaned up on thread exit, and are needed to avoid mutexes
being held forever on thread exit.

See for example in Musl libc mutex handling:
http://git.musl-libc.org/cgit/musl/tree/src/thread/pthread_mutex_trylock.c#n22

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
Upstream-commit: 7b133e7235593f8d46832045da339395e71e8148
Component: engine
2015-12-29 10:22:05 +00:00
..
2015-12-29 10:22:05 +00:00
2015-12-28 19:19:26 +08:00
2015-12-28 19:19:26 +08:00
2015-11-07 08:46:36 -08:00