]> Cypherpunks repositories - gostls13.git/commit
runtime: run init on main thread
authorRuss Cox <rsc@golang.org>
Thu, 1 Mar 2012 16:48:17 +0000 (11:48 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 1 Mar 2012 16:48:17 +0000 (11:48 -0500)
commitdc159fabff52e9dd3da0948438017373be741b22
treefc460a7d337993f620e63cdf41bfcdaf22db4447
parent03769efe414863be778b80eac7425d5f382d87cf
runtime: run init on main thread

Fixes #3125.

R=golang-dev, r, minux.ma
CC=golang-dev
https://golang.org/cl/5714049
src/pkg/runtime/mheap.c
src/pkg/runtime/proc.c
src/pkg/runtime/runtime_linux_test.go [new file with mode: 0644]