]> Cypherpunks repositories - gostls13.git/commit
add runtime.GOMAXPROCS, allowing a program to, in effect, set $GOMAXPROCS
authorRob Pike <r@golang.org>
Thu, 6 Aug 2009 20:07:05 +0000 (13:07 -0700)
committerRob Pike <r@golang.org>
Thu, 6 Aug 2009 20:07:05 +0000 (13:07 -0700)
commit7955490de29ad5087904ce3a686243fe0230ac32
treee27d755a466893114ce711ada8186c8f3826c85b
parentae3939cb785a66b16190c6091568b471ca5c5297
add runtime.GOMAXPROCS, allowing a program to, in effect, set $GOMAXPROCS

R=rsc
DELTA=29  (28 added, 1 deleted, 0 changed)
OCL=32829
CL=32837
src/pkg/runtime/extern.go
src/pkg/runtime/proc.c
test/bench/spectral-norm-parallel.go