gvisor/pkg/procid
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
procid.go Move //pkg/sentry/platform/procid to //pkg/procid. 2019-06-10 15:47:25 -07:00
procid_amd64.s Update build tags to allow Go 1.14 2019-10-29 13:18:16 -07:00
procid_arm64.s Update build tags to allow Go 1.14 2019-10-29 13:18:16 -07:00
procid_net_test.go Move //pkg/sentry/platform/procid to //pkg/procid. 2019-06-10 15:47:25 -07:00
procid_test.go New sync package. 2020-01-09 22:02:24 -08:00