gvisor/pkg/sync
Jamie Liu 30388ff591 Rename files in //pkg/sync to better reflect what they contain.
PiperOrigin-RevId: 304447031
2020-04-02 11:57:06 -07:00
..
atomicptrtest Standardize on tools directory. 2020-01-27 12:21:00 -08:00
seqatomictest Standardize on tools directory. 2020-01-27 12:21:00 -08:00
BUILD
LICENSE
README.md
aliases.go
atomicptr_unsafe.go New sync package. 2020-01-09 22:02:24 -08:00
memmove_unsafe.go
mutex_test.go
mutex_unsafe.go
norace_unsafe.go New sync package. 2020-01-09 22:02:24 -08:00
race_unsafe.go
rwmutex_test.go
rwmutex_unsafe.go
seqatomic_unsafe.go
seqcount.go
seqcount_test.go
sync.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.