gvisor/pkg/sentry/fs/host
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
control.go Update canonical repository. 2019-06-13 16:50:15 -07:00
descriptor.go Update canonical repository. 2019-06-13 16:50:15 -07:00
descriptor_state.go
descriptor_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
device.go Update canonical repository. 2019-06-13 16:50:15 -07:00
file.go Cache directory entries in the overlay 2019-06-27 14:24:03 -07:00
fs.go Plumb context through more layers of filesytem. 2019-06-13 18:40:38 -07:00
fs_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
inode.go New sync package. 2020-01-09 22:02:24 -08:00
inode_state.go Update canonical repository. 2019-06-13 16:50:15 -07:00
inode_test.go Cache directory entries in the overlay 2019-06-27 14:24:03 -07:00
ioctl_unsafe.go Update canonical repository. 2019-06-13 16:50:15 -07:00
socket.go New sync package. 2020-01-09 22:02:24 -08:00
socket_iovec.go Replace uinptr with int64 when returning lengths 2019-08-14 16:05:56 -07:00
socket_state.go Update canonical repository. 2019-06-13 16:50:15 -07:00
socket_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
socket_unsafe.go Replace uinptr with int64 when returning lengths 2019-08-14 16:05:56 -07:00
tty.go New sync package. 2020-01-09 22:02:24 -08:00
util.go Enable sentry/fs/host support on arm64. 2019-11-13 06:46:02 +00:00
util_amd64_unsafe.go Enable sentry/fs/host support on arm64. 2019-11-13 06:46:02 +00:00
util_arm64_unsafe.go Enable sentry/fs/host support on arm64. 2019-11-13 06:46:02 +00:00
util_unsafe.go Enable sentry/fs/host support on arm64. 2019-11-13 06:46:02 +00:00
wait_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00