index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
sync
Age
Commit message (
Expand
)
Author
2021-03-03
Add checklocks analyzer.
Bhasker Hariharan
2021-02-24
Move //pkg/gate.Gate to //pkg/sync.
Jamie Liu
2021-02-18
Bump build constraints to Go 1.18
Michael Pratt
2021-02-17
Add gohacks.Slice/StringHeader.
Jamie Liu
2021-01-28
Internal change.
Michael Pratt
2020-12-11
Remove existing nogo exceptions.
Adin Scannell
2020-12-09
Add //pkg/sync:generic_atomicptrmap.
Jamie Liu
2020-12-04
Allow use of SeqAtomic with pointer-containing types.
Jamie Liu
2020-12-04
Require sync.RWMutex to lock and unlock from the same goroutine
Michael Pratt
2020-12-02
Consolidate most synchronization primitive linknames in the sync package.
Jamie Liu
2020-11-23
Fix link against runtime.goyield.
Adin Scannell
2020-11-19
Require sync.Mutex to lock and unlock from the same goroutine
Michael Pratt
2020-09-02
Update Go version constraint on sync/spin_unsafe.go.
Jamie Liu
2020-09-02
Improve sync.SeqCount performance.
Jamie Liu
2020-08-24
Bump build constraints to 1.17
Michael Pratt
2020-07-12
Do not copy sleep.Waker
Ghanan Gowripalan
2020-05-29
Update Go version build tags
Michael Pratt
2020-05-20
Remove implicit dependencies for leaf packages.
Rahat Mahmood
2020-04-02
Rename files in //pkg/sync to better reflect what they contain.
Jamie Liu
2020-03-25
Fix data-race in endpoint.Readiness
Bhasker Hariharan
2020-01-27
Standardize on tools directory.
Adin Scannell
2020-01-21
Rename DowngradableRWMutex to RWmutex.
Ian Gudger
2020-01-21
Add trylock support to DowngradableRWMutex.
Ian Gudger
2020-01-21
TMutex based on sync.Mutex.
Ian Gudger
2020-01-09
New sync package.
Ian Gudger
2019-01-31
Move package sync to third_party
Michael Pratt
2019-01-31
Remove license comments
Michael Pratt
2018-11-20
Reference upstream licenses
Michael Pratt
2018-10-23
Track paths and provide a rename hook.
Adin Scannell
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-03
Add //pkg/sync:generic_atomicptr.
Jamie Liu
2018-07-27
stateify: support explicit annotation mode; convert refs and stack packages.
Zhaozhong Ni
2018-04-28
Check in gVisor.
Googler