gvisor/pkg/eventchannel
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
event.go New sync package. 2020-01-09 22:02:24 -08:00
event.proto Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
event_test.go New sync package. 2020-01-09 22:02:24 -08:00
rate.go Rate limit the unimplemented syscall event handler. 2019-07-29 17:12:50 -07:00