summaryrefslogtreecommitdiff
path: root/src/lib/sync/mutex_test.go
AgeCommit message (Collapse)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-53/+0
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
2009-01-20delete exportRuss Cox1-4/+4
TBR=r OCL=23121 CL=23127
2009-01-16casify, cleanup sysRuss Cox1-6/+6
R=r OCL=22978 CL=22984
2009-01-16casify linux syscall dependents, plus a few stragglersRob Pike1-4/+4
R=rsc DELTA=97 (0 added, 0 deleted, 97 changed) OCL=22971 CL=22973
2009-01-06new new & makeRuss Cox1-4/+4
R=r OCL=22166 CL=22166
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-4/+4
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
2008-12-04add mutex.MutexRuss Cox1-0/+53
R=r DELTA=349 (348 added, 0 deleted, 1 changed) OCL=20380 CL=20472