summaryrefslogtreecommitdiffhomepage
path: root/pkg/sync/downgradable_rwmutex_unsafe.go
AgeCommit message (Expand)Author
2020-04-02Rename files in //pkg/sync to better reflect what they contain.Jamie Liu
2020-01-21Rename DowngradableRWMutex to RWmutex.Ian Gudger
2020-01-21Add trylock support to DowngradableRWMutex.Ian Gudger
2020-01-09New sync package.Ian Gudger
2019-01-31Move package sync to third_partyMichael Pratt
2018-04-28Check in gVisor.Googler