1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:31:22 -06:00
go/src/pkg/sync
Russ Cox c833d2fd94 sync/atomic: make BUG comment godoc-compatible
go/doc wants to see text after BUG(uid): on the same line
in order to treat it as an official bug comment.

R=gri
CC=golang-dev
https://golang.org/cl/4250043
2011-02-25 14:40:36 -05:00
..
atomic sync/atomic: make BUG comment godoc-compatible 2011-02-25 14:40:36 -05:00
cond_test.go sync: use sync/atomic 2011-02-25 14:29:47 -05:00
cond.go sync: make package comment appear 2011-02-23 10:12:38 -08:00
Makefile sync: use sync/atomic 2011-02-25 14:29:47 -05:00
mutex_test.go sync: check Unlock of unlocked Mutex 2011-02-11 17:47:17 -05:00
mutex.go sync: use sync/atomic 2011-02-25 14:29:47 -05:00
once_test.go sync: add sync.Once, a proposed replacement for package once. 2010-08-05 13:31:10 +10:00
once.go sync: a couple of documentation nits. 2011-01-29 14:56:15 -08:00
rwmutex_test.go sync: use sync/atomic 2011-02-25 14:29:47 -05:00
rwmutex.go sync: use sync/atomic 2011-02-25 14:29:47 -05:00
waitgroup_test.go sync: Proposal for barrier implementation 2011-02-03 12:39:11 -08:00
waitgroup.go sync: Proposal for barrier implementation 2011-02-03 12:39:11 -08:00