]> Cypherpunks repositories - gostls13.git/commit
runtime: account for cpu affinity in windows NumCPU
authorAlex Brainman <alex.brainman@gmail.com>
Thu, 17 Sep 2015 00:43:18 +0000 (10:43 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 23 Oct 2015 07:54:42 +0000 (07:54 +0000)
commit6410e67a1eb38df3cc72cef818ed392bea907251
tree37bd2684cff76fdced572a249ae35e13f0ec253a
parent7f34a2dac888785c4f16e00059023a2b7702d43c
runtime: account for cpu affinity in windows NumCPU

Fixes #11671

Change-Id: Ide1f8d92637dad2a2faed391329f9b6001789b76
Reviewed-on: https://go-review.googlesource.com/14742
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/export_windows_test.go
src/runtime/os1_windows.go
src/runtime/syscall_windows_test.go