gvisor/pkg/syncutil
Fabricio Voznika 01eadf51ea Bump up Go 1.13 as minimum requirement
PiperOrigin-RevId: 284320186
2019-12-06 23:10:15 -08:00
..
atomicptrtest
seqatomictest
BUILD Bump up Go 1.13 as minimum requirement 2019-12-06 23:10:15 -08:00
LICENSE
README.md
atomicptr_unsafe.go Import and structure cleanup. 2019-11-21 11:41:30 -08:00
downgradable_rwmutex_test.go
downgradable_rwmutex_unsafe.go
memmove_unsafe.go
norace_unsafe.go Import and structure cleanup. 2019-11-21 11:41:30 -08:00
race_unsafe.go Import and structure cleanup. 2019-11-21 11:41:30 -08:00
seqatomic_unsafe.go
seqcount.go
seqcount_test.go Import and structure cleanup. 2019-11-21 11:41:30 -08:00
syncutil.go

README.md

Syncutil

This package provides additional synchronization primitives not provided by the Go stdlib 'sync' package. It is partially derived from the upstream 'sync' package from go1.10.