summaryrefslogtreecommitdiff
path: root/src/sync/mutex.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: Profile goroutines holding contended mutexes.Peter Weinberger2016-10-281-1/+1
* sync: throw, not panic, for unlock of unlocked mutexRuss Cox2016-10-191-2/+4
* cmd/vet: check sync.* types' copyingAliaksandr Valialkin2016-05-061-0/+2
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* internal/race: add packageDmitry Vyukov2015-11-261-6/+7
* sync: add active spinning to MutexDmitry Vyukov2015-02-241-0/+17
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+109