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 Import and structure cleanup. 2019-11-21 11:41:30 -08:00
seqatomictest Import and structure cleanup. 2019-11-21 11:41:30 -08:00
BUILD Bump up Go 1.13 as minimum requirement 2019-12-06 23:10:15 -08:00
LICENSE Import and structure cleanup. 2019-11-21 11:41:30 -08:00
README.md Import and structure cleanup. 2019-11-21 11:41:30 -08:00
atomicptr_unsafe.go Import and structure cleanup. 2019-11-21 11:41:30 -08:00
downgradable_rwmutex_test.go Import and structure cleanup. 2019-11-21 11:41:30 -08:00
downgradable_rwmutex_unsafe.go Bump up Go 1.13 as minimum requirement 2019-12-06 23:10:15 -08:00
memmove_unsafe.go Import and structure cleanup. 2019-11-21 11:41:30 -08:00
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 Import and structure cleanup. 2019-11-21 11:41:30 -08:00
seqcount.go Import and structure cleanup. 2019-11-21 11:41:30 -08:00
seqcount_test.go Import and structure cleanup. 2019-11-21 11:41:30 -08:00
syncutil.go Import and structure cleanup. 2019-11-21 11:41:30 -08:00

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.