aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/rwmutex.go
AgeCommit message (Expand)Author
2020-04-07runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)Dan Scales
2018-01-16sync: consistently use article "a" for RWMutexBrad Fitzpatrick
2017-07-06runtime: prevent descheduling while holding rwmutex read lockAustin Clements
2017-06-28runtime: make rwmutex work on Ms instead of GsAustin Clements
2017-06-19runtime: add read/write mutex typeIan Lance Taylor