gvisor/third_party/gvsync
Adin Scannell add40fd6ad Update canonical repository.
This can be merged after:
https://github.com/google/gvisor-website/pull/77
  or
https://github.com/google/gvisor-website/pull/78

PiperOrigin-RevId: 253132620
2019-06-13 16:50:15 -07:00
..
atomicptrtest Update canonical repository. 2019-06-13 16:50:15 -07:00
seqatomictest Update canonical repository. 2019-06-13 16:50:15 -07:00
BUILD Update canonical repository. 2019-06-13 16:50:15 -07:00
LICENSE Move package sync to third_party 2019-01-31 17:49:14 -08:00
README.md
atomicptr_unsafe.go
downgradable_rwmutex_1_12_unsafe.go
downgradable_rwmutex_1_13_unsafe.go
downgradable_rwmutex_test.go
downgradable_rwmutex_unsafe.go
gvsync.go
memmove_unsafe.go Add build guard to files using go:linkname 2019-05-30 12:09:39 -07:00
norace_unsafe.go
race_unsafe.go
seqatomic_unsafe.go Update canonical repository. 2019-06-13 16:50:15 -07:00
seqcount.go
seqcount_test.go

README.md

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