Descriptioncmd/gc, runtime: add locks around print statements
Now each C printf, Go print, or Go println is guaranteed
not to be interleaved with other calls of those functions.
This should help when debugging concurrent failures.
Patch Set 1 #Patch Set 2 : diff -r cec3f055c47e2123c243917bd738f9148d34b85d https://code.google.com/p/go/ #Patch Set 3 : diff -r cec3f055c47e2123c243917bd738f9148d34b85d https://code.google.com/p/go/ #Patch Set 4 : diff -r 515faabb8b4beef7f5aa924199e5036f4cc35fc7 https://code.google.com/p/go/ #
MessagesTotal messages: 4
|