aboutsummaryrefslogtreecommitdiff
path: root/src/sync/mutex_test.go
AgeCommit message (Expand)Author
2021-10-29sync: add Mutex.TryLock, RWMutex.TryLock, RWMutex.TryRLockRuss Cox
2020-08-14sync: fix goroutine leak for when TestMutexFairness times outGaurav Singh
2019-03-05sync: allow inlining the Mutex.Unlock fast pathCarlo Alberto Ferraris
2017-12-08sync: throw, not panic, for unlock of unlocked mutexRhys Hiltner
2017-02-17sync: make Mutex more fairDmitry Vyukov
2016-10-28runtime: Profile goroutines holding contended mutexes.Peter Weinberger
2016-10-19sync: throw, not panic, for unlock of unlocked mutexRuss Cox
2015-02-24sync: add active spinning to MutexDmitry Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox