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
BUILD
LICENSE
README.md
atomicptr_unsafe.go
downgradable_rwmutex_1_12_unsafe.go Add build guard to files using go:linkname 2019-05-30 12:09:39 -07:00
downgradable_rwmutex_1_13_unsafe.go
downgradable_rwmutex_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
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 Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
race_unsafe.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
seqatomic_unsafe.go
seqcount.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
seqcount_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00

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.