gvisor/pkg/flipcall
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
ctrl_futex.go Don't log "p9.channel.service: flipcall connection shutdown". 2019-11-01 11:45:02 -07:00
flipcall.go Don't log "p9.channel.service: flipcall connection shutdown". 2019-11-01 11:45:02 -07:00
flipcall_example_test.go New sync package. 2020-01-09 22:02:24 -08:00
flipcall_test.go New sync package. 2020-01-09 22:02:24 -08:00
flipcall_unsafe.go New sync package. 2020-01-09 22:02:24 -08:00
futex_linux.go Don't log "p9.channel.service: flipcall connection shutdown". 2019-11-01 11:45:02 -07:00
io.go Flipcall refinements. 2019-07-31 12:56:04 -07:00
packet_window_allocator.go Flipcall refinements. 2019-07-31 12:56:04 -07:00