gvisor/pkg/sentry/fs/fdpipe
Ian Gudger 27500d529f New sync package.
* Rename syncutil to sync.
* Add aliases to sync types.
* Replace existing usage of standard library sync package.

This will make it easier to swap out synchronization primitives. For example,
this will allow us to use primitives from github.com/sasha-s/go-deadlock to
check for lock ordering violations.

Updates #1472

PiperOrigin-RevId: 289033387
2020-01-09 22:02:24 -08:00
..
BUILD New sync package. 2020-01-09 22:02:24 -08:00
pipe.go New sync package. 2020-01-09 22:02:24 -08:00
pipe_opener.go
pipe_opener_test.go Import and structure cleanup. 2019-11-21 11:41:30 -08:00
pipe_state.go New sync package. 2020-01-09 22:02:24 -08:00
pipe_test.go Attempt to fix TestPipeWritesAccumulate 2019-06-18 19:16:11 -07:00