]> Cypherpunks repositories - gostls13.git/commit
runtime: fix bug in preemption checks; was causing "lock count" panics
authorRuss Cox <rsc@golang.org>
Tue, 12 Jan 2010 18:03:02 +0000 (10:03 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 12 Jan 2010 18:03:02 +0000 (10:03 -0800)
commit711088106e74e909f78a8139bd46501f39d13e7d
treeccb9b550b77db81d9e148342b029c8f003ae111b
parent9d4d7d8f991ad3b27f223a2a987f2517971cd868
runtime: fix bug in preemption checks; was causing "lock count" panics

R=r
CC=golang-dev
https://golang.org/cl/186078
src/pkg/runtime/malloc.cgo
src/pkg/runtime/proc.c