1
0
mirror of https://github.com/golang/go synced 2024-11-20 05:54:43 -07:00
go/src/pkg/sync
Russ Cox 718be3215f in C and asm, replace pkg·name with ·name
(eliminate assumption of package global name space,
make code easier to move between packages).

R=r
CC=golang-dev
https://golang.org/cl/194072
2010-01-25 18:52:55 -08:00
..
asm_386.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
asm_amd64.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
asm_arm.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
Makefile sync.RWMutex: rewritten to add support for concurrent readers. 2009-11-30 12:10:56 -08:00
mutex_test.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
mutex.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
rwmutex_test.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
rwmutex.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
xadd_test.go sync.RWMutex: rewritten to add support for concurrent readers. 2009-11-30 12:10:56 -08:00