gvisor/third_party/gvsync
Adin Scannell dea3cb92f2 build: add nogo for static validation
PiperOrigin-RevId: 257297820
2019-07-09 16:44:06 -07:00
..
atomicptrtest build: add nogo for static validation 2019-07-09 16:44:06 -07:00
seqatomictest build: add nogo for static validation 2019-07-09 16:44:06 -07:00
BUILD Update canonical repository. 2019-06-13 16:50:15 -07:00
LICENSE
README.md
atomicptr_unsafe.go gvisor: lockless read access for task credentials 2019-06-25 09:52:49 -07:00
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
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 Update canonical repository. 2019-06-13 16:50:15 -07:00
seqcount.go
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.