]> Cypherpunks repositories - gostls13.git/commit
runtime: restore deadlock detection in the simplest case.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Tue, 27 Mar 2012 03:06:20 +0000 (23:06 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 27 Mar 2012 03:06:20 +0000 (23:06 -0400)
commit84bb2547fb81f00c563e3cbe0f310307980d7408
treebc88907d8327691a3267bcd43f55f9abea3ccaf0
parent603a44c50f8028500ff012de2549313cfcbc96c6
runtime: restore deadlock detection in the simplest case.

Fixes #3342.

R=iant, r, dave, rsc
CC=golang-dev, remy
https://golang.org/cl/5844051
src/pkg/runtime/mheap.c
src/pkg/runtime/proc.c
test/fixedbugs/bug429.go [new file with mode: 0644]
test/golden.out