summaryrefslogtreecommitdiff
path: root/src/runtime/rwmutex.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)Dan Scales2020-04-071-5/+5
* sync: consistently use article "a" for RWMutexBrad Fitzpatrick2018-01-161-1/+1
* runtime: prevent descheduling while holding rwmutex read lockAustin Clements2017-07-061-1/+7
* runtime: make rwmutex work on Ms instead of GsAustin Clements2017-06-281-19/+58
* runtime: add read/write mutex typeIan Lance Taylor2017-06-191-0/+80