Descriptionruntime: track running goroutine count
Used to use mcpu+msyscall but that's
problematic for packing into a single
atomic word. The running goroutine count
(where running == Go code or syscall)
can be maintained separately, always
manipulated under lock.
Patch Set 1 #Patch Set 2 : diff -r 43f78423340b https://go.googlecode.com/hg #Patch Set 3 : diff -r 43f78423340b https://go.googlecode.com/hg #Patch Set 4 : diff -r 00f0d6062b5d https://go.googlecode.com/hg #MessagesTotal messages: 3
|