summaryrefslogtreecommitdiffhomepage
path: root/pkg/sync/BUILD
AgeCommit message (Expand)Author
2021-02-24Move //pkg/gate.Gate to //pkg/sync.Jamie Liu
2021-01-28Internal change.Michael Pratt
2020-12-09Add //pkg/sync:generic_atomicptrmap.Jamie Liu
2020-12-02Consolidate most synchronization primitive linknames in the sync package.Jamie Liu
2020-11-23Fix link against runtime.goyield.Adin Scannell
2020-11-19Require sync.Mutex to lock and unlock from the same goroutineMichael Pratt
2020-09-02Improve sync.SeqCount performance.Jamie Liu
2020-07-12Do not copy sleep.WakerGhanan Gowripalan
2020-05-20Remove implicit dependencies for leaf packages.Rahat Mahmood
2020-04-02Rename files in //pkg/sync to better reflect what they contain.Jamie Liu
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-21TMutex based on sync.Mutex.Ian Gudger
2020-01-09New sync package.Ian Gudger
2019-01-31Move package sync to third_partyMichael Pratt
2019-01-31Remove license commentsMichael Pratt
2018-10-03Add //pkg/sync:generic_atomicptr.Jamie Liu
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-04-28Check in gVisor.Googler