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