gvisor/pkg/syncutil
Adin Scannell c0f89eba6e Import and structure cleanup.
PiperOrigin-RevId: 281795269
2019-11-21 11:41:30 -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 Import and structure cleanup. 2019-11-21 11:41:30 -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_1_12_unsafe.go Import and structure cleanup. 2019-11-21 11:41:30 -08:00
downgradable_rwmutex_1_13_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 Import and structure cleanup. 2019-11-21 11:41:30 -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.