aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/rwmutex.go
AgeCommit message (Expand)Author
2024-04-22runtime: always acquire M when acquiring locks by rankRhys Hiltner
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-02-28all: run go fmtsivchari
2024-01-09runtime: replace rwmutexR/W with per-rwmutex lock rankMichael Pratt
2023-12-15runtime: properly model rwmutex in lock rankingMichael Pratt
2022-08-31runtime: convert rwmutex.{readerCount,readerWait} to atomic typecuiweixie
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