aboutsummaryrefslogtreecommitdiff
path: root/src/sync/runtime.go
AgeCommit message (Expand)Author
2020-04-07runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)Dan Scales
2019-03-09sync: allow inlining the Mutex.Lock fast pathCarlo Alberto Ferraris
2019-03-05sync: allow inlining the Mutex.Unlock fast pathCarlo Alberto Ferraris
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-10-06sync: fix typo in docRoberto
2017-02-17sync: make Mutex more fairDmitry Vyukov
2016-10-28runtime: Profile goroutines holding contended mutexes.Peter Weinberger
2016-03-15sync: new Cond implementationWedson Almeida Filho
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-02-24sync: add active spinning to MutexDmitry Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox